LICENSE
NOTICES.md
README.md
setup.py
opteryx/__init__.py
opteryx/connection.py
opteryx/constants.py
opteryx/exceptions.py
opteryx/version.py
opteryx.egg-info/PKG-INFO
opteryx.egg-info/SOURCES.txt
opteryx.egg-info/dependency_links.txt
opteryx.egg-info/requires.txt
opteryx.egg-info/top_level.txt
opteryx/engine/__init__.py
opteryx/engine/attribute_types.py
opteryx/engine/display.py
opteryx/engine/dnf_filters.py
opteryx/engine/expression.py
opteryx/engine/group_by.py
opteryx/engine/histogram.py
opteryx/engine/inline_evaluator.py
opteryx/engine/query_statistics.py
opteryx/engine/records.py
opteryx/engine/relation.py
opteryx/engine/aggregators/__init__.py
opteryx/engine/aggregators/aggregators.py
opteryx/engine/functions/__init__.py
opteryx/engine/functions/date_functions.py
opteryx/engine/functions/number_functions.py
opteryx/engine/functions/other_functions.py
opteryx/engine/functions/string_functions.py
opteryx/engine/indexes/__init__.py
opteryx/engine/planner/__init__.py
opteryx/engine/planner/canonical_sql.py
opteryx/engine/planner/executor.py
opteryx/engine/planner/optimizer.py
opteryx/engine/planner/planner.py
opteryx/engine/planner/sql_repl.py
opteryx/engine/planner/operations/__init__.py
opteryx/engine/planner/operations/analyze_node.py
opteryx/engine/planner/operations/base_plan_node.py
opteryx/engine/planner/operations/dataset_reader_node.py
opteryx/engine/planner/operations/distinct_node.py
opteryx/engine/planner/operations/index_node.py
opteryx/engine/planner/operations/limit_node.py
opteryx/engine/planner/operations/projection_node.py
opteryx/engine/planner/operations/selection_node.py
opteryx/sample_data/__init__.py
opteryx/sample_data/movie_data.py
opteryx/sample_data/planet_data.py
opteryx/sample_data/satellite_data.py
opteryx/storage/__file_decoders.py
opteryx/storage/__init__.py
opteryx/storage/base_buffer_cache.py
opteryx/storage/base_partition_scheme.py
opteryx/storage/base_storage_adapter.py
opteryx/storage/file_decoders.py
opteryx/storage/adapters/__init__.py
opteryx/storage/adapters/local/__init__.py
opteryx/storage/adapters/local/disk_store.py
opteryx/storage/adapters/network/__init__.py
opteryx/storage/adapters/network/gcs_store.py
opteryx/storage/adapters/network/s3_store.py
opteryx/storage/cache/__init__.py
opteryx/storage/cache/memcached_cache.py
opteryx/storage/cache/memory_cache.py
opteryx/storage/schemes/__init__.py
opteryx/storage/schemes/default_partitions.py
opteryx/storage/schemes/mabel_partitions.py
opteryx/third_party/__init__.py
opteryx/third_party/accumulation_tree/__init__.py
opteryx/third_party/accumulation_tree/abctree.py
opteryx/third_party/accumulation_tree/accumulation_tree.c
opteryx/third_party/accumulation_tree/treeslice.py
opteryx/third_party/hyperloglog/__init__.py
opteryx/third_party/hyperloglog/hyperloglog.py
opteryx/third_party/pyarrow_ops/__init__.py
opteryx/third_party/pyarrow_ops/cjoin.c
opteryx/third_party/pyarrow_ops/group.py
opteryx/third_party/pyarrow_ops/helpers.py
opteryx/third_party/pyarrow_ops/join.py
opteryx/third_party/pyarrow_ops/jsons.py
opteryx/third_party/pyarrow_ops/ml.py
opteryx/third_party/pyarrow_ops/ops.py
opteryx/third_party/pyarrow_ops/parse.py
opteryx/third_party/pyarrow_ops/table.py
opteryx/third_party/pyudorandom/__init__.py
opteryx/third_party/pyudorandom/pyudorandom.py
opteryx/third_party/tdigest/__init__.py
opteryx/third_party/tdigest/tdigest.py
opteryx/third_party/uintset/__init__.py
opteryx/third_party/uintset/uintset.py
opteryx/utils/__init__.py
opteryx/utils/colors.py
opteryx/utils/common.py
opteryx/utils/dates.py
opteryx/utils/entropy.py
opteryx/utils/ipython.py
opteryx/utils/list_consumer.py
opteryx/utils/monkey_patch.py
opteryx/utils/numbers.py
opteryx/utils/parameter_validator.py
opteryx/utils/paths.py
opteryx/utils/pyarrow.py
opteryx/utils/resource_monitoring.py
opteryx/utils/text.py
opteryx/utils/timer.py