MANIFEST.in
README.md
pyproject.toml
duckplus/__init__.py
duckplus/_table_utils.py
duckplus/duckcon.py
duckplus/extensions.py
duckplus/relation.py
duckplus/schema.py
duckplus/table.py
duckplus.egg-info/PKG-INFO
duckplus.egg-info/SOURCES.txt
duckplus.egg-info/dependency_links.txt
duckplus.egg-info/requires.txt
duckplus.egg-info/top_level.txt
duckplus/examples/__init__.py
duckplus/examples/pi_demo.py
duckplus/examples/sales_pipeline.py
duckplus/examples/traceability_pipeline.py
duckplus/functions/__init__.py
duckplus/functions/_base.py
duckplus/functions/aggregate/__init__.py
duckplus/functions/aggregate/approximation.py
duckplus/functions/aggregate/arg_extrema.py
duckplus/functions/aggregate/averages.py
duckplus/functions/aggregate/bitstring.py
duckplus/functions/aggregate/bitwise.py
duckplus/functions/aggregate/boolean.py
duckplus/functions/aggregate/counting.py
duckplus/functions/aggregate/extrema.py
duckplus/functions/aggregate/extremum_by_value.py
duckplus/functions/aggregate/generic.py
duckplus/functions/aggregate/list.py
duckplus/functions/aggregate/map.py
duckplus/functions/aggregate/median.py
duckplus/functions/aggregate/mode.py
duckplus/functions/aggregate/ordering.py
duckplus/functions/aggregate/quantiles.py
duckplus/functions/aggregate/regression.py
duckplus/functions/aggregate/statistics.py
duckplus/functions/aggregate/string.py
duckplus/functions/aggregate/summation.py
duckplus/functions/scalar/__init__.py
duckplus/functions/scalar/list.py
duckplus/functions/scalar/postgres_privilege.py
duckplus/functions/scalar/postgres_visibility.py
duckplus/functions/scalar/string.py
duckplus/functions/scalar/system.py
duckplus/io/__init__.py
duckplus/static_typed/__init__.py
duckplus/static_typed/_generated_function_namespaces.py
duckplus/static_typed/_generated_function_namespaces.pyi
duckplus/static_typed/dependencies.py
duckplus/static_typed/ducktype.py
duckplus/static_typed/ducktype.pyi
duckplus/static_typed/expression.py
duckplus/static_typed/functions.py
duckplus/static_typed/select.py
duckplus/static_typed/expressions/__init__.py
duckplus/static_typed/expressions/base.py
duckplus/static_typed/expressions/binary.py
duckplus/static_typed/expressions/boolean.py
duckplus/static_typed/expressions/case.py
duckplus/static_typed/expressions/casting.py
duckplus/static_typed/expressions/decimal.py
duckplus/static_typed/expressions/decimal.pyi
duckplus/static_typed/expressions/generic.py
duckplus/static_typed/expressions/numeric.py
duckplus/static_typed/expressions/temporal.py
duckplus/static_typed/expressions/text.py
duckplus/static_typed/expressions/utils.py
duckplus/static_typed/function_overrides/__init__.py
duckplus/static_typed/function_overrides/_expression_methods.py
duckplus/static_typed/function_overrides/scalar_generic.py
duckplus/static_typed/function_overrides/scalar_postgres_privilege.py
duckplus/static_typed/function_overrides/scalar_postgres_visibility.py
duckplus/static_typed/function_overrides/scalar_string.py
duckplus/static_typed/function_overrides/scalar_system.py
duckplus/static_typed/types/__init__.py
duckplus/static_typed/types/base.py
duckplus/static_typed/types/collections.py
duckplus/static_typed/types/inference.py
duckplus/static_typed/types/parser.py
duckplus/typed/__init__.py
duckplus/typed/__init__.pyi
tests/test_duckcon.py
tests/test_examples_pi_demo.py
tests/test_examples_sales_pipeline.py
tests/test_examples_traceability_pipeline.py
tests/test_extensions_audit.py
tests/test_function_import_barrels.py
tests/test_gen_duck_functions.py
tests/test_git_installation.py
tests/test_io_helpers.py
tests/test_mypy_integration.py
tests/test_numeric_literal_inference.py
tests/test_odbc_extension.py
tests/test_pypi_distribution.py
tests/test_relation.py
tests/test_schema.py
tests/test_static_typed_parity.py
tests/test_static_typed_unsigned_contract.py
tests/test_table.py
tests/test_ty_integration.py
tests/test_type_parsing.py
tests/test_typed_ducktype_module.py
tests/test_typed_expression.py
tests/test_typed_function_namespace.py