Devlive 开源社区 本次搜索耗时 0.471 秒,为您找到 604 个相关结果.
  • PostgreSQL Prerequisite

    The Ranger database user in Amazon RDS PostgreSQL Server should be created before installing Ranger and should be granted an existing role which must have the role CREATEDB. Usi...
  • List Functions

    345 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 ...
  • CREATE

    344 2024-06-24 《Apache AGE 0.6.0》
    Terminal CREATE clauses Create single vertex Create multiple vertices Create a vertex with a label Create a vertex with labels and properties Return created node Create an ed...
  • Hive

    339 2024-07-05 《Apache Kyuubi 1.9.1》
    Hive Connector Integration Dependencies Configurations Hive Connector Operations The Kyuubi Hive Connector is a datasource for both reading and writing Hive table, It is imple...
  • Hive Beeline

    338 2024-07-05 《Apache Kyuubi 1.9.1》
    Prerequisites Kyuubi supports Apache Hive beeline that works with Kyuubi server. Hive beeline is a SQLLine CLI based on the Hive JDBC Driver . Prerequisites Kyuubi server ins...
  • SQL In Cypher

    338 2024-06-24 《Apache AGE 0.6.0》
    Create Function Query AGE does not support SQL being directly written in Cypher. However with user defined functions you can write SQL queries and call them in a cypher command...
  • Using Cypher in a CTE Expression

    336 2024-06-24 《Apache AGE 0.6.0》
    There are no restrictions to using Cypher with CTEs (Common Table Expressions ). Query: WITH graph_query as ( SELECT * FROM cypher ( 'graph_name' , $$ ...
  • Auxiliary SQL Functions

    335 2024-07-05 《Apache Kyuubi 1.9.1》
    Kyuubi provides several auxiliary SQL functions as supplement to Flink’s Built-in Functions Name Description Return Type Since kyuubi_version Return the version of K...
  • Administrator CLI

    327 2024-07-05 《Apache Kyuubi 1.9.1》
    Usage Manage kyuubi servers List server Create server Get server Delete server Manage kyuubi engines List engine Get engine Delete engine Usage bin / kyuubi - ctl -- h...
  • Using Cypher in a Join expression

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