README.md
pyproject.toml
src/moltres/__init__.py
src/moltres/config.py
src/moltres/py.typed
src/moltres.egg-info/PKG-INFO
src/moltres.egg-info/SOURCES.txt
src/moltres.egg-info/dependency_links.txt
src/moltres.egg-info/requires.txt
src/moltres.egg-info/top_level.txt
src/moltres/dataframe/__init__.py
src/moltres/dataframe/async_dataframe.py
src/moltres/dataframe/async_groupby.py
src/moltres/dataframe/async_pandas_dataframe.py
src/moltres/dataframe/async_pandas_groupby.py
src/moltres/dataframe/async_pandas_indexers.py
src/moltres/dataframe/async_polars_dataframe.py
src/moltres/dataframe/async_polars_groupby.py
src/moltres/dataframe/async_reader.py
src/moltres/dataframe/async_writer.py
src/moltres/dataframe/base_column_wrapper.py
src/moltres/dataframe/create_dataframe.py
src/moltres/dataframe/dataframe.py
src/moltres/dataframe/dataframe_helpers.py
src/moltres/dataframe/dataframe_operations.py
src/moltres/dataframe/file_io_helpers.py
src/moltres/dataframe/groupby.py
src/moltres/dataframe/groupby_helpers.py
src/moltres/dataframe/interface_common.py
src/moltres/dataframe/materialization_helpers.py
src/moltres/dataframe/pandas_column.py
src/moltres/dataframe/pandas_dataframe.py
src/moltres/dataframe/pandas_groupby.py
src/moltres/dataframe/pandas_operations.py
src/moltres/dataframe/pandas_string_accessor.py
src/moltres/dataframe/polars_column.py
src/moltres/dataframe/polars_dataframe.py
src/moltres/dataframe/polars_datetime_accessor.py
src/moltres/dataframe/polars_groupby.py
src/moltres/dataframe/polars_operations.py
src/moltres/dataframe/polars_string_accessor.py
src/moltres/dataframe/pyspark_column.py
src/moltres/dataframe/reader.py
src/moltres/dataframe/reader_helpers.py
src/moltres/dataframe/writer.py
src/moltres/dataframe/writer_helpers.py
src/moltres/dataframe/readers/__init__.py
src/moltres/dataframe/readers/async_csv_reader.py
src/moltres/dataframe/readers/async_json_reader.py
src/moltres/dataframe/readers/async_parquet_reader.py
src/moltres/dataframe/readers/async_readers_init.py
src/moltres/dataframe/readers/async_text_reader.py
src/moltres/dataframe/readers/compression.py
src/moltres/dataframe/readers/csv_reader.py
src/moltres/dataframe/readers/json_reader.py
src/moltres/dataframe/readers/parquet_reader.py
src/moltres/dataframe/readers/schema_inference.py
src/moltres/dataframe/readers/text_reader.py
src/moltres/engine/__init__.py
src/moltres/engine/async_connection.py
src/moltres/engine/async_execution.py
src/moltres/engine/connection.py
src/moltres/engine/dialects.py
src/moltres/engine/execution.py
src/moltres/expressions/__init__.py
src/moltres/expressions/column.py
src/moltres/expressions/expr.py
src/moltres/expressions/functions.py
src/moltres/expressions/sql_parser.py
src/moltres/expressions/when.py
src/moltres/expressions/window.py
src/moltres/expressions/functions/__init__.py
src/moltres/expressions/functions/aggregation.py
src/moltres/expressions/functions/array.py
src/moltres/expressions/functions/datetime.py
src/moltres/expressions/functions/json.py
src/moltres/expressions/functions/math.py
src/moltres/expressions/functions/misc.py
src/moltres/expressions/functions/string.py
src/moltres/expressions/functions/window.py
src/moltres/integration/__init__.py
src/moltres/integration/async_integration.py
src/moltres/integrations/__init__.py
src/moltres/integrations/airflow.py
src/moltres/integrations/data_quality.py
src/moltres/integrations/django.py
src/moltres/integrations/django_module.py
src/moltres/integrations/fastapi.py
src/moltres/integrations/prefect.py
src/moltres/integrations/pytest.py
src/moltres/integrations/pytest_plugin.py
src/moltres/integrations/streamlit.py
src/moltres/integrations/dbt/__init__.py
src/moltres/integrations/dbt/adapter.py
src/moltres/integrations/dbt/helpers.py
src/moltres/integrations/django/__init__.py
src/moltres/integrations/django/management/__init__.py
src/moltres/integrations/django/management/commands/__init__.py
src/moltres/integrations/django/management/commands/moltres_query.py
src/moltres/integrations/django/templatetags/__init__.py
src/moltres/integrations/django/templatetags/moltres_tags.py
src/moltres/io/__init__.py
src/moltres/io/read.py
src/moltres/io/records.py
src/moltres/io/records_conversion.py
src/moltres/io/write.py
src/moltres/logical/__init__.py
src/moltres/logical/operators.py
src/moltres/logical/plan.py
src/moltres/sql/__init__.py
src/moltres/sql/builders.py
src/moltres/sql/compiler.py
src/moltres/sql/ddl.py
src/moltres/sql/expression_compiler.py
src/moltres/sql/plan_compiler.py
src/moltres/sql/expression_compilers/__init__.py
src/moltres/sql/expression_compilers/aggregation.py
src/moltres/sql/expression_compilers/datetime.py
src/moltres/sql/expression_compilers/string.py
src/moltres/table/__init__.py
src/moltres/table/actions.py
src/moltres/table/async_actions.py
src/moltres/table/async_mutations.py
src/moltres/table/async_table.py
src/moltres/table/batch.py
src/moltres/table/mutations.py
src/moltres/table/schema.py
src/moltres/table/sqlalchemy_integration.py
src/moltres/table/table.py
src/moltres/table/table_helpers.py
src/moltres/utils/__init__.py
src/moltres/utils/exceptions.py
src/moltres/utils/health.py
src/moltres/utils/inspector.py
src/moltres/utils/optional_deps.py
src/moltres/utils/retry.py
src/moltres/utils/sqlmodel_integration.py
src/moltres/utils/telemetry.py
src/moltres/utils/typing.py
src/moltres/utils/validation.py
tests/test_connection_validation.py
tests/test_imports.py
tests/test_session_support.py