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

    2751 2024-05-25 《Apache JDO 3.2.1》
    @PersistenceCapable @PersistenceAware @Cacheable @EmbeddedOnly @Inheritance @Discriminator @DatastoreIdentity @Version @PrimaryKey @FetchPlans @FetchPlan @FetchGroups @...
  • Compaction

    2745 2024-06-30 《Apache Hudi 0.15.0》
    Background Why MOR tables need compaction? Compaction Architecture Strategies in Compaction Scheduling Trigger Strategies Compaction Strategies Ways to trigger Compaction Inl...
  • Function

    2729 2024-06-02 《Ramda 0.16.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • Function

    2728 2024-06-02 《Ramda 0.24.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • Function

    2725 2024-06-02 《Ramda 0.15.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • 4.5 Bibliographies and citations

    2718 2024-05-10 《R Markdown Cookbook》
    Changing citation style Add an item to a bibliography without using it Add all items to the bibliography Include appendix after bibliography (*) References For an overview of...
  • Partitioning

    2712 2024-06-29 《Apache Iceberg 1.5.2》
    What is partitioning? What does Iceberg do differently? Partitioning in Hive Problems with Hive partitioning Iceberg’s hidden partitioning What is partitioning? Partitioning...
  • Key Generation

    2708 2024-06-28 《Apache Hudi 0.15.0》
    Key Generators SimpleKeyGenerator ComplexKeyGenerator NonpartitionedKeyGenerator CustomKeyGenerator Bring your own implementation TimestampBasedKeyGenerator Timestamp is GMT ...
  • Batch Writes

    2705 2024-06-30 《Apache Hudi 0.15.0》
    Spark DataSource API The hudi-spark module offers the DataSource API to write a Spark DataFrame into a Hudi table. There are a number of options available: HoodieWriteConfig :...
  • Write Operations

    2704 2024-06-28 《Apache Hudi 0.15.0》
    Operation Types UPSERT INSERT BULK_INSERT DELETE BOOTSTRAP INSERT_OVERWRITE INSERT_OVERWRITE_TABLE DELETE_PARTITION Configs Writing path Related Resources It may be he...