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

    368 2024-06-05 《Ramda 0.15.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either and a → b → a | b Added in v0.1.0 Returns the first argument if it is falsy, other...
  • Logic

    368 2024-06-05 《Ramda 0.18.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo both complement either propSatisfies unless when and a → b → a | b Added in v0.1.0 Returns the first a...
  • Graphs

    368 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...
  • Math

    368 2024-06-04 《Ramda 0.30.0》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...
  • Amazon Athena

    To read a OneTable synced target table (regardless of the table format) in Amazon Athena, you can create the table either by: Using a DDL statement as mentioned in the following...
  • String

    367 2024-06-05 《Ramda 0.18.0》
    match split trim replace toLower toUpper test toString match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against...
  • Kyuubi v.s. HiveServer2

    362 2024-07-05 《Apache Kyuubi 1.9.1》
    Introduction Hive on Spark Differences Between Kyuubi and HiveServer2 Performance References Introduction HiveServer2 is a service that enables clients to execute Hive QL qu...
  • Code Style Guide

    361 2024-07-05 《Apache Kyuubi 1.9.1》
    Scala Coding Style Guide Java Coding Style Guide Documentation Style Guide Code is written once by its author, but read and modified multiple times by lots of other engineers. ...
  • Hive Dialect Support

    361 2024-07-05 《Apache Kyuubi 1.9.1》
    Features Usage Hive Dialect plugin aims to provide Hive Dialect support to Spark’s JDBC source. It will auto registered to Spark and applied to JDBC sources with url prefix of j...
  • Math

    360 2024-06-04 《Ramda 0.2.3》
    add divide multiply product subtract sum modulo add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add ( 2 , 3 ); //=> ...