LICENSE
README.md
pyproject.toml
./opteryx_catalog/__init__.py
./opteryx_catalog/firestore_catalog.py
./opteryx_catalog/catalog/__init__.py
./opteryx_catalog/catalog/manifest.py
./opteryx_catalog/catalog/metadata.py
./opteryx_catalog/catalog/metastore.py
./opteryx_catalog/catalog/table.py
./opteryx_catalog/catalog/view.py
./opteryx_catalog/iops/__init__.py
./opteryx_catalog/iops/base.py
./opteryx_catalog/iops/fileio.py
./opteryx_catalog/iops/gcs.py
./scripts/backfill_current_snapshot_id.py
./scripts/create_benchmark_tables.py
./scripts/create_clickbench_views.py
./scripts/create_opteryx_tables.py
./scripts/explore_opteryx_data.py
./scripts/explore_opteryx_detail.py
./scripts/fix_tweets_table.py
./scripts/rewrite_manifests.py
./scripts/rewrite_opteryx_tables.py
./scripts/validate_manifests.py
./tests/conftest.py
./tests/create_real_test_data.py
./tests/create_table.py
./tests/create_table_api.py
./tests/create_test_metadata.py
./tests/debug_date_stats.py
./tests/read_table.py
./tests/regenerate_manifest.py
./tests/test_brin_pruning.py
./tests/test_compaction.py
./tests/test_compatibility_flag.py
./tests/test_date_pruning.py
./tests/test_debug_write.py
./tests/test_encoding.py
./tests/test_endian_debug.py
./tests/test_filter_pruning.py
./tests/test_manifest_write_read.py
./tests/test_parquet_manifest.py
./tests/test_parquet_read.py
./tests/test_pruning_edge_cases.py
./tests/test_pruning_unit.py
./tests/test_pyarrow_storage.py
./tests/test_view_metadata.py
./tests/verify_parquet_manifest.py
./tests/verify_pruning.py
./tools/run_opteryx_with_avro_trace.py
./tools/trace_avro_and_run.py
opteryx_catalog/__init__.py
opteryx_catalog/firestore_catalog.py
opteryx_catalog.egg-info/PKG-INFO
opteryx_catalog.egg-info/SOURCES.txt
opteryx_catalog.egg-info/dependency_links.txt
opteryx_catalog.egg-info/requires.txt
opteryx_catalog.egg-info/top_level.txt
opteryx_catalog/catalog/__init__.py
opteryx_catalog/catalog/manifest.py
opteryx_catalog/catalog/metadata.py
opteryx_catalog/catalog/metastore.py
opteryx_catalog/catalog/table.py
opteryx_catalog/catalog/view.py
opteryx_catalog/iops/__init__.py
opteryx_catalog/iops/base.py
opteryx_catalog/iops/fileio.py
opteryx_catalog/iops/gcs.py
scripts/backfill_current_snapshot_id.py
scripts/create_benchmark_tables.py
scripts/create_clickbench_views.py
scripts/create_opteryx_tables.py
scripts/explore_opteryx_data.py
scripts/explore_opteryx_detail.py
scripts/fix_tweets_table.py
scripts/rewrite_manifests.py
scripts/rewrite_opteryx_tables.py
scripts/validate_manifests.py
tests/conftest.py
tests/create_real_test_data.py
tests/create_table.py
tests/create_table_api.py
tests/create_test_metadata.py
tests/debug_date_stats.py
tests/read_table.py
tests/regenerate_manifest.py
tests/test_brin_pruning.py
tests/test_compaction.py
tests/test_compatibility_flag.py
tests/test_date_pruning.py
tests/test_debug_write.py
tests/test_encoding.py
tests/test_endian_debug.py
tests/test_filter_pruning.py
tests/test_manifest_write_read.py
tests/test_parquet_manifest.py
tests/test_parquet_read.py
tests/test_pruning_edge_cases.py
tests/test_pruning_unit.py
tests/test_pyarrow_storage.py
tests/test_view_metadata.py
tests/verify_parquet_manifest.py
tests/verify_pruning.py
tools/run_opteryx_with_avro_trace.py
tools/trace_avro_and_run.py