datafusion-ducklake
A Rust-native DuckLake engine built on Apache DataFusion
파일 탐색기
최종 버전 다운로드 (.zip)- config.toml
- SKILL.md
- benchmark.yml
- ci.yml
- release.yml
- CODEOWNERS
- generate_tpcds.rs
- generate_tpch.rs
- datafusion_runner.rs
- duckdb_runner.rs
- main.rs
- metrics.rs
- report.rs
- runner.rs
- tpcds.rs
- tpch.rs
- Cargo.toml
- rowid-lineage-physical-position-plan.md
- basic_query.rs
- compaction_demo.rs
- compare_rowid_against_duckdb.rs
- dump_sort.rs
- maintenance_demo.rs
- maintenance_demo.sql
- multicatalog_write.rs
- orphan_cleanup_demo.rs
- orphan_cleanup_demo.sql
- rowid_lifecycle.rs
- write_sorted.rs
- catalog.rs
- column_rename.rs
- compaction.rs
- delete_exec.rs
- delete_filter.rs
- encryption.rs
- error.rs
- information_schema.rs
- insert_exec.rs
- lib.rs
- maintenance.rs
- metadata_provider.rs
- metadata_provider_duckdb.rs
- metadata_provider_mysql.rs
- metadata_provider_postgres.rs
- metadata_provider_sqlite.rs
- metadata_writer.rs
- metadata_writer_duckdb.rs
- metadata_writer_mysql.rs
- metadata_writer_postgres.rs
- metadata_writer_postgres_single.rs
- metadata_writer_sqlite.rs
- multicatalog.rs
- multicatalog_provider.rs
- nan_pruning_barrier.rs
- partition.rs
- path_resolver.rs
- positional_source.rs
- row_id.rs
- schema.rs
- snapshot_filter.rs
- sort.rs
- sql.rs
- stats_collect.rs
- stats_encode.rs
- table.rs
- table_changes.rs
- table_deletions.rs
- table_functions.rs
- table_writer.rs
- types.rs
- update_exec.rs
- mod.rs
- append_with_deletes_postgres_tests.rs
- append_with_deletes_tests.rs
- cdc_cumulative_delete_tests.rs
- cdc_differential_tests.rs
- cdc_rowid_tests.rs
- column_stats_tests.rs
- compaction_postgres_tests.rs
- compaction_sqlite_tests.rs
- concurrent_tests.rs
- concurrent_write_tests.rs
- delete_filter_tests.rs
- empty_data_file_tests.rs
- encryption_tests.rs
- files_matching_tests.rs
- hybrid_asyncdb.rs
- information_schema_test.rs
- inlined_data_backends_tests.rs
- inlined_data_sqlite_tests.rs
- insert_partitioning_tests.rs
- keyed_mutation_after_compaction_tests.rs
- main.rs
- maintenance_sqlite_tests.rs
- missing_delete_file_tests.rs
- multicatalog_hardening_tests.rs
- multicatalog_postgres_tests.rs
- multicatalog_provider_tests.rs
- mysql_metadata_provider_test.rs
- mysql_metadata_writer_test.rs
- nested_field_id_schema_tests.rs
- numeric_metadata_validation_tests.rs
- object_store_integration_test.rs
- partition_tests.rs
- partition_write_duckdb_tests.rs
- partition_write_tests.rs
- positional_delete_oracle_postgres_tests.rs
- positional_delete_oracle_tests.rs
- positional_delete_tests.rs
- postgres_metadata_provider_test.rs
- postgres_single_catalog_write_tests.rs
- renamed_columns_tests.rs
- row_count_tests.rs
- row_id_tests.rs
- rowid_physical_position_tests.rs
- sorted_write_duckdb_tests.rs
- sorted_write_tests.rs
- sql_delete_postgres_tests.rs
- sql_delete_tests.rs
- sql_update_postgres_tests.rs
- sql_update_tests.rs
- sql_write_tests.rs
- sqlite_metadata_provider_test.rs
- sqllogictest_runner.rs
- table_changes_tests.rs
- table_deletions_repartition_tests.rs
- table_tests.rs
- time_travel_tests.rs
- type_promotion_tests.rs
- write_tests.rs
- add_empty_file.test
- add_file_footer_size.test
- add_file_specific_schema.test
- add_files.test
- add_files_compaction.test
- add_files_complex_nested_stats_mre.test
- add_files_extra_columns.test
- add_files_hive.test
- add_files_hive_mismatch.test
- add_files_list.test
- add_files_missing_columns.test
- add_files_missing_fields.test
- add_files_nested.test
- add_files_rename.test
- add_files_table_changes.test
- add_files_transaction_local.test
- add_files_type_check_decimal.test
- add_files_type_check_float.test
- add_files_type_check_integer.test
- add_files_type_check_nested.test
- add_files_type_check_string_blob.test
- add_files_type_check_timestamp.test
- add_files_type_check_uuid.test
- add_old_list.test
- add_removed_files.test
- add_rollback.test
- add_column.test
- add_column_nested.test
- add_column_transaction_local.test
- alter_timestamptz_promotion.test
- drop_column.test
- drop_column_nested.test
- expire_snapshot_bug.test
- mixed_alter.test
- mixed_alter2.test
- promote_type.test
- rename_column.test
- rename_entity.test
- rename_table.test
- rename_table_case.test
- rename_table_dbt_workload.test
- rename_table_within_transaction.test
- struct_evolution.test
- struct_evolution_alter.test
- struct_evolution_list_alter.test
- struct_evolution_map_alter.test
- struct_evolution_nested.test
- struct_evolution_nested_alter.test
- struct_evolution_reuse.test
- struct_in_list_evolution.test
- struct_in_map_evolution.test
- attach_replace.test
- different_paths.test
- test_base_audit.test
- autoload_data_path.test
- drop_table.test
- quoted_identifiers.test
- schema.test
- checkpoint_ducklake.test
- checkpoint_updates_interleaved.test
- many_inserts_transaction.test
- view_checkpoint.test
- cleanup_old_files.test
- create_drop_cleanup.test
- clickbench.test_slow
- test_cloud_cases.test
- comment_on_column.test
- comments.test
- cleanup_old_files_global_option.test
- compaction_alter_table.test
- compaction_cleanup_global.test
- compaction_delete_conflict.test
- compaction_encrypted.test
- compaction_full_file_delete.test
- compaction_hive_structure.test
- compaction_partitioned_non_adjacent.test
- compaction_partitioned_table.test
- compaction_size_limit.test
- expire_snapshot_global_option.test
- expire_snapshots.test
- expire_snapshots_drop_table.test
- expire_snapshots_schema.test
- merge_adjacent_global_option.test
- merge_adjacent_max_files.test
- merge_adjacent_options.test
- merge_files_expired_snapshots.test
- mix_large_small_insertions.test
- multi_compaction.test
- small_insert_compaction.test
- concurrent_insert_conflict.test
- concurrent_insert_data_inlining.test
- file_level_conflict.test
- not_null.test
- not_null_drop_column.test
- unsupported.test
- basic_data_inlining.test
- data_inlining_alter.test
- data_inlining_constraints.test
- data_inlining_delete.test
- data_inlining_encryption.test
- data_inlining_flush.test
- data_inlining_flush_schema.test
- data_inlining_issue504.test
- data_inlining_large.test
- data_inlining_option.test
- data_inlining_option_transaction_local.test
- data_inlining_partitions.test
- data_inlining_table_changes.test
- data_inlining_transaction_local_alter.test
- data_inlining_transaction_local_delete.test
- data_inlining_types.test
- data_inlining_update.test
- inlining_global_options.test
- inlining_issue_on_empty_inline.test
- inlining_unsupported_systems.test
- insert_inlining_concurrent.test
- add_column_with_default.test
- default_expressions.test
- default_values.test
- struct_field_default.test
- basic_delete.test
- delete_ignore_extra_columns.test
- delete_join.test
- delete_rollback_cleanup.test
- delete_same_transaction.test
- empty_delete.test
- multi_deletes.test
- truncate_table.test
- encryption.test
- partitioning_encryption.test
- ducklake_snapshots.test
- ducklake_table_info.test
- attach_at_snapshot.test
- data_path_tag.test
- database_size.test
- default_path.test
- detach_ducklake.test
- ducklake_read_only.test
- generated_columns.test
- metadata_cache.test
- metadata_parameters.test
- missing_parquet.test
- paths.test
- prepared_statement.test
- recursive_metadata_catalog.test
- ducklake_geometry.test
- ducklake_geometry_add_files.test
- ducklake_geometry_inlining.test
- ducklake_geometry_merge.test
- ducklake_geometry_nested.test
- ducklake_create_new.test
- read_only_mode.test
- insert_column_list.test
- insert_file_size.test
- insert_into_self.test
- late_materialization.test
- ducklake_list_files.test
- test_attach_timetravel.test
- test_default_parameter.test
- test_defined_types.test
- test_macro_multiple_connections.test
- test_macro_tables.test
- test_macro_transactions.test
- test_multiple_implementations.test
- test_scalar_table_macros.test
- test_schema_dependency.test
- test_simple_macro.test
- merge_into_tpch.test_slow
- merge_partition.test
- merge_partition_update.test
- merge_timestamp.test
- merge_update_insert.test
- ducklake_duckdb_tables.test
- migration.test
- v01_partitioned.test
- basic_partitioning.test
- disable_hive_partitioning.test
- drop_partition_column.test
- multi_key_merge.test
- multi_key_partition.test
- multi_table_partition.test
- partition_nop.test
- partition_tpch.test_slow
- partitioning_alter.test
- year_month_day.test
- mixed_paths.test
- remove_orphaned_files.test
- insert_delete_loop.test
- last_snapshot_multiple_inserts.test
- test_last_snapshot_merge_rewrite.test
- test_last_snapshot_rewrite.test
- test_rewrite_concurrency.test
- test_rewrite_db.test
- test_rewrite_merge_adjacent.test
- test_rewrite_transaction_conflict.test
- ducklake_row_id.test
- ducklake_row_id_update.test
- field_ids.test
- ducklake_secrets.test
- max_retry_count.test
- parquet_compression.test
- parquet_row_group_size_bytes.test
- per_table_settings.test
- per_thread_output.test
- ducklake_current_commit.test
- ducklake_last_commit.test
- cardinality.test
- filter_pushdown.test
- global_stats.test
- global_stats_transactions.test
- ducklake_lower_timestamp.test
- ducklake_table_changes.test
- ducklake_table_deletions.test
- ducklake_table_insertions.test
- basic_time_travel.test
- time_travel_views.test
- tpch_sf1.test_slow
- basic_transaction.test
- concurrent_table_creation.test
- create_conflict.test
- transaction_conflict_cleanup.test
- transaction_conflict_inlining.test
- transaction_conflicts.test
- transaction_conflicts_delete.test
- transaction_conflicts_view.test
- transaction_inlining.test
- transaction_schema.test
- all_types.test
- floats.test
- json.test
- list.test
- map.test
- null_byte.test
- struct.test
- timestamp.test
- unsupported.test
- basic_update.test
- test_update_expression.test
- update_join_duplicates.test
- update_not_null.test
- update_partitioning.test
- update_rollback.test
- update_same_transaction.test
- ducklake_rename_view.test
- ducklake_rename_view_incorect.test
- ducklake_view.test
- ducklake_view_info_columns.test
- ducklake_view_schema.test
- ducklake_view_table_conflict.test
- ducklake_snapshot_id.test
- ducklake_virtual_columns.test
- ducklake_basic.test
- README.md
- .gitignore
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- CLAUDE.md
- COMPATIBILITY.md
- LICENSE
- README.md
- rust-toolchain.toml
- rustfmt.toml
// repository documentation
Was this content helpful?
(0 ratings)
