Devlive 开源社区 本次搜索耗时 0.628 秒,为您找到 701 个相关结果.
  • Introduction

    1237 2025-03-07 《Apache Iceberg 1.8.1》
    Documentation Apache Iceberg is an open table format for huge analytic datasets. Iceberg adds tables to compute engines including Spark, Trino, PrestoDB, Flink, Hive and Impala u...
  • Numeric Functions

    1234 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 ...
  • Using Cypher in a Join expression

    1218 2024-06-24 《Apache AGE 0.6.0》
    A Cypher query can be part of a JOIN clause. Developers Note Cypher queries using the CREATE , SET , REMOVE clauses cannot be used in sql queries with JOINs , as...
  • REMOVE

    1203 2024-06-24 《Apache AGE 0.6.0》
    Terminal REMOVE clauses Remove a property The REMOVE clause is used to remove properties from vertex and edges. Terminal REMOVE clauses A REMOVE clause that is not followed ...
  • Structured Streaming

    1180 2025-03-11 《Apache Iceberg 1.8.1》
    Spark Structured Streaming Iceberg uses Apache Spark’s DataSourceV2 API for data source and catalog implementations. Spark DSv2 is an evolving API with different levels of support...
  • Branching and Tagging

    1166 2025-03-10 《Apache Iceberg 1.8.1》
    Branching and Tagging Overview Iceberg table metadata maintains a snapshot log, which represents the changes applied to a table. Snapshots are fundamental in Iceberg as they are ...
  • Building Gobblin

    1164 2025-03-19 《Apache Gobblin 0.17.0》
    Overview Information Recorded Job Execution Information Task Execution Information Default Implementation Rest Query API Example Queries Job Execution History Server Over...
  • Predicate Functions

    1161 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...
  • PostgreSQL 先决条件

    Amazon RDS PostgreSQL Server 中的 Ranger 数据库用户应在安装 Ranger 之前创建,并且应被授予必须具有 CREATEDB 角色的现有角色。 使用主用户账户,从主用户账户(在创建 RDS PostgreSQL 实例期间创建)登录 Amazon RDS PostgreSQL 服务器并执行以下命令: a. CREAT...
  • User defined functions

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