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

    1708 2024-07-05 《Apache Kyuubi 1.9.1》
    Hudi Integration Dependencies Hudi Operations Apache Hudi (pronounced “hoodie”) is the next generation streaming data lake platform. Apache Hudi brings core warehouse and datab...
  • 数据读取

    夜莺把接收到的监控数据都直接写入了后端时序数据库,所以,读取监控数据,无需经由夜莺的接口,直接读取后端的时序库的接口就可以了。即:如果使用了 Prometheus,就通过 Prometheus 的接口读取监控数据,如果用了 VictoriaMetrics,就通过 VictoriaMetrics 的接口读取监控数据。 比如 Prometheus,就是那些/...
  • Object

    1687 2024-06-05 《Ramda 0.15.0》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn propOr has hasIn assoc assocPath lens pickBy evolve inv...
  • Object

    1685 2024-06-05 《Ramda 0.2.0》
    clone values eqProps keys omit pick pickAll project prop props where keysIn path valuesIn clone {*} → {*} Parameters valueThe object or array to clone Return...
  • Object

    1682 2024-06-05 《Ramda 0.21.0》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn propOr has hasIn assoc assocPath lens pickBy evolve inv...
  • Hudi

    1676 2024-07-05 《Apache Kyuubi 1.9.1》
    Hudi Integration Dependencies Configurations Hudi Operations Apache Hudi (pronounced “hoodie”) is the next generation streaming data lake platform. Apache Hudi brings core war...
  • Object

    1670 2024-06-05 《Ramda 0.8.0》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn propOr has hasIn assoc assocPath lens pickBy clone {*...
  • Array

    1647 2024-06-27 《Lodash 4.17.15》
    _.chunk(array, [size=1]) Since Arguments Returns Example _.compact(array) Since Arguments Returns Example _.concat(array, [values]) Since Arguments Returns Example ...
  • Solution for Big Result Sets

    1643 2024-07-05 《Apache Kyuubi 1.9.1》
    Incremental collection Use in single connections Change incremental collection mode in session Typically, when a user submits a SELECT query to Spark SQL engine, the Driver cal...
  • PL/pgSQL Functions

    1632 2024-06-24 《Apache AGE 0.6.0》
    Dynamic Cypher Cypher commands can be run in PL/pgSQL functions without restriction. Data Setup SELECT * FROM cypher ( 'imdb' , $$ CREATE ( toby : actor { name : ...