Devlive 开源社区 本次搜索耗时 0.724 秒,为您找到 488 个相关结果.
  • List Functions

    1246 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 ...
  • File Layouts

    1230 2024-06-28 《Apache Hudi 0.15.0》
    Configs The following describes the general file layout structure for Apache Hudi. Please refer the tech spec for a more detailed description of the file layouts. Hudi orga...
  • Logic

    1227 2024-06-05 《Ramda 0.21.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when pathSatisfies until and a → b → a | b Added in v0.1....
  • Logic

    1219 2024-06-05 《Ramda 0.30.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when pathSatisfies until xor isNotEmpty and a → b → a | b...
  • Gobblin Metrics Architecture

    1217 2025-03-26 《Apache Gobblin 0.17.0》
    Metric Context Metrics Events Event Submitter Reporters RecursiveScheduleMetricReporter EventReporter Metric Context Metric contexts are organized hierarchically in a tr...
  • Object

    1213 2024-06-05 《Ramda 0.1.4》
    clone values eqProps keys omit pick pickAll project prop props where clone {*} → {*} Parameters valueThe object or array to clone Returns * A deeply cloned copy...
  • Cypher in SQL expressions

    1205 2024-06-24 《Apache AGE 0.6.0》
    Using Cypher with ‘=’ Working with Postgres’s IN Clause Working with the Postgres EXISTS Clause Querying Multiple Graphs Cypher cannot be used in an expression— the query must...
  • Graphs

    1191 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...
  • Alibaba Cloud

    1180 2024-07-01 《Apache Hudi 0.15.0》
    Aliyun OSS configs Aliyun OSS Credentials Aliyun OSS Libs In this page, we explain how to get your Hudi spark job to store into Aliyun OSS. Aliyun OSS configs There are two c...
  • WITH

    1180 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 ...