Devlive 开源社区 本次搜索耗时 0.310 秒,为您找到 778 个相关结果.
  • Configure Kyuubi to Use JDBC Authentication

    613 2024-07-05 《Apache Kyuubi 1.9.1》
    Enable JDBC Authentication Configure the authentication properties Authentication with In-memory Database Kyuubi supports authentication via JDBC query. A query is prepared wit...
  • Paimon

    Description Key features Options warehouse [string] database [string] table [string] hdfs_site_path [string] Examples Changelog next version Paimon source connector ...
  • Amazon Athena

    To read a OneTable synced target table (regardless of the table format) in Amazon Athena, you can create the table either by: Using a DDL statement as mentioned in the following...
  • 2. Monitoring Kyuubi - Server Metrics

    610 2024-07-05 《Apache Kyuubi 1.9.1》
    Configurations Metrics Kyuubi has a configurable metrics system based on the Dropwizard Metrics Library . This allows users to report Kyuubi metrics to a variety of kyuubi.metri...
  • JsonPath

    Description Options common options [string] fields[array] option src_field dest_field dest_type path Read Json Example Read SeatunnelRow Example Changelog JsonPath tr...
  • WITH

    606 2024-06-24 《Apache AGE 0.6.0》
    Introduction Filter on aggregate function results Sort results before using collect on them Limit branching of a path search Introduction Using WITH , you can manipulate the ...
  • Mailing Lists

    601 2024-05-25 《Apache JDO 3.2.1》
    There are several publicly available mailing lists for JDO. The user list is for general discussion of the Apache JDO project and JDO technology. The dev list is for internal disc...
  • RETURN

    599 2024-06-24 《Apache AGE 0.6.0》
    Return nodes Return edges Return property Return all elements Variable with uncommon characters Aliasing a field Optional properties Other expressions Unique results In t...
  • Graphs

    598 2024-06-24 《Apache AGE 0.6.0》
    Create a Graph create_graph() Delete a Graph drop_graph() How Graphs Are Stored In Postgres A graph consists of a set of vertices and edges, where each individual node and ed...
  • List Functions

    595 2024-06-24 《Apache AGE 0.6.0》
    Data Setup keys range labels nodes relationships toBooleanList Data Setup SELECT * from cypher ( 'graph_name' , $$ CREATE ( A : Person { name : 'Alice' , age ...