Devlive 开源社区 本次搜索耗时 0.421 秒,为您找到 969 个相关结果.
  • EventMesh Schema Registry (OpenSchema)

    EventMesh Schema Registry (OpenSchema) Overview of Schema and Schema Registry Schema Schema Registry Comparison of Schema Registry in Different Projects Overview of OpenSchema ...
  • Daft

    1299 2025-03-13 《Apache Iceberg 1.8.1》
    Daft Daft is a distributed query engine written in Python and Rust, two fast-growing ecosystems in the data engineering and machine learning industry. It exposes its flavor of t...
  • Spark Queries

    1291 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 ...
  • String Functions

    1288 2024-06-24 《Apache AGE 0.6.0》
    replace split left right substring rTrim lTrim trim toLower toUpper reverse toString replace replace() returns a string in which all occurrences of a specified strin...
  • Queries

    1283 2025-03-10 《Apache Iceberg 1.8.1》
    Spark Queries To use Iceberg in Spark, first configure Spark catalogs . Iceberg uses Apache Spark’s DataSourceV2 API for data source and catalog implementations. Querying with S...
  • Logarithmic Functions

    1273 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' , $$...
  • Design & Concepts

    1265 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
  • Commands mapping

    1260 2025-03-15 《Redisson 3.45.0》
    Redis or Valkey command Sync / Async APIRedisson.create(config) Reactive APIredisson.reactive() RxJava3 APIredisson.rxJava() AUTH Config.setPassword() - - APPEND ...
  • Users

    用户状态 热门用户 注册 登录 使用电子邮件和密码登录 从第三方OAuth登录 Reset password Notification Inbox Achievement Profile Settings Unsubscribe email 用户状态 热门用户 显示平台中排名靠前的用户。 本周声誉得分最高的用户 本周...
  • Trigonometric Functions

    1249 2024-06-24 《Apache AGE 0.6.0》
    degrees radians pi sin cos tan Cot asin acos atan atan2 degrees degrees() converts radians to degrees. Syntax: degrees(expression) Returns: An agtype float . ...