Devlive 开源社区 本次搜索耗时 0.392 秒,为您找到 382 个相关结果.
  • Spark Queries

    498 2024-06-26 《Apache Amoro 0.6.1》
    Querying with SQL Querying Mixed-Format table by merge on read Query on change store Querying with DataFrames Querying with SQL Querying Mixed-Format table by merge on read ...
  • User defined functions

    493 2024-06-24 《Apache AGE 0.6.0》
    Users may add custom functions to AGE. When using Cypher functions, all function calls with a Cypher query use the default namespace of: ag_catalog . However if a user wants to us...
  • SKIP

    481 2024-06-24 《Apache AGE 0.6.0》
    Introduction Skip first three rows Return middle two rows Using an expression with SKIP to return a subset of the rows SKIP defines from which record to start including the r...
  • Object

    477 2024-06-05 《Ramda 0.1.0》
    clone values eqProps keys omit pick pickAll project prop props clone {*} → {*} Parameters valueThe object or array to clone Returns * A deeply cloned copy of val...
  • Scalar Functions

    475 2024-06-24 《Apache AGE 0.6.0》
    id start_id end_id type properties head last length size startNode endNode timestamp toBoolean toFloat toInteger coalesce id id() returns the id of a vertex or e...
  • Predicate Functions

    455 2024-06-24 《Apache AGE 0.6.0》
    Exists(Property) Exists(Path) Predicates are boolean functions that return true or false for a given set of input. They are most commonly used to filter out subgraphs in the WHE...
  • Connectors For Flink SQL Query Engine

    443 2024-07-05 《Apache Kyuubi 1.9.1》
    Apache Paimon (Incubating) Hudi Iceberg
  • Design & Concepts

    411 2024-06-27 《Apache Hudi 0.15.0》
    Apache Hudi Stack Timeline File Layouts Table & Query Types Indexing Write Operations Key Generation Record Payload Schema Evolution Metadata Table Concurrency Control
  • Numeric Functions

    407 2024-06-24 《Apache AGE 0.6.0》
    rand abs ceil floor round sign rand rand() returns a random floating point number in the range from 0 (inclusive) to 1 (exclusive); i.e.[0,1). The numbers returned follow ...
  • Logarithmic Functions

    399 2024-06-24 《Apache AGE 0.6.0》
    e sqrt exp log log10 e e() returns the base of the natural logarithm, e. Syntax: e() Returns: An agtype float . Query SELECT * FROM cypher ( 'graph_name' , $$...