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

    1034 2024-06-24 《Apache AGE 0.6.0》
    Terminal SET clauses Set a property Return created vertex Remove a property Set multiple properties using one SET clause The SET clause is used to update labels and properti...
  • Streaming Writes

    1032 2024-06-30 《Apache Hudi 0.15.0》
    Spark Streaming Spark Streaming You can write Hudi tables using spark’s structured streaming. Scala // spark-shell // prepare to stream write to new table import org ....
  • String

    1029 2024-06-05 《Ramda 0.23.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • Graphs

    1028 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...
  • String

    1025 2024-06-05 《Ramda 0.21.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • Hive

    1019 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...
  • Sentry

    Description Key features Options dsn [string] env [string] release [string] cacheDirPath [string] enableExternalConfiguration [boolean] maxCacheItems [number] flushTimeoutM...
  • Cypher in SQL expressions

    1016 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...
  • String

    1013 2024-06-05 《Ramda 0.30.1》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • WITH

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