LICENSE
README.md
setup.cfg
setup.py
fugue/__init__.py
fugue/api.py
fugue/constants.py
fugue/exceptions.py
fugue/plugins.py
fugue/registry.py
fugue.egg-info/PKG-INFO
fugue.egg-info/SOURCES.txt
fugue.egg-info/dependency_links.txt
fugue.egg-info/entry_points.txt
fugue.egg-info/requires.txt
fugue.egg-info/top_level.txt
fugue/_utils/__init__.py
fugue/_utils/display.py
fugue/_utils/exception.py
fugue/_utils/interfaceless.py
fugue/_utils/io.py
fugue/_utils/misc.py
fugue/_utils/register.py
fugue/_utils/registry.py
fugue/bag/__init__.py
fugue/bag/array_bag.py
fugue/bag/bag.py
fugue/collections/__init__.py
fugue/collections/partition.py
fugue/collections/sql.py
fugue/collections/yielded.py
fugue/column/__init__.py
fugue/column/expressions.py
fugue/column/functions.py
fugue/column/sql.py
fugue/dataframe/__init__.py
fugue/dataframe/api.py
fugue/dataframe/array_dataframe.py
fugue/dataframe/arrow_dataframe.py
fugue/dataframe/dataframe.py
fugue/dataframe/dataframe_iterable_dataframe.py
fugue/dataframe/dataframes.py
fugue/dataframe/iterable_dataframe.py
fugue/dataframe/pandas_dataframe.py
fugue/dataframe/utils.py
fugue/dataset/__init__.py
fugue/dataset/api.py
fugue/dataset/dataset.py
fugue/execution/__init__.py
fugue/execution/api.py
fugue/execution/execution_engine.py
fugue/execution/factory.py
fugue/execution/native_execution_engine.py
fugue/extensions/__init__.py
fugue/extensions/_utils.py
fugue/extensions/context.py
fugue/extensions/_builtins/__init__.py
fugue/extensions/_builtins/creators.py
fugue/extensions/_builtins/outputters.py
fugue/extensions/_builtins/processors.py
fugue/extensions/creator/__init__.py
fugue/extensions/creator/convert.py
fugue/extensions/creator/creator.py
fugue/extensions/outputter/__init__.py
fugue/extensions/outputter/convert.py
fugue/extensions/outputter/outputter.py
fugue/extensions/processor/__init__.py
fugue/extensions/processor/convert.py
fugue/extensions/processor/processor.py
fugue/extensions/transformer/__init__.py
fugue/extensions/transformer/constants.py
fugue/extensions/transformer/convert.py
fugue/extensions/transformer/transformer.py
fugue/rpc/__init__.py
fugue/rpc/base.py
fugue/rpc/flask.py
fugue/sql/__init__.py
fugue/sql/_utils.py
fugue/sql/_visitors.py
fugue/sql/api.py
fugue/sql/workflow.py
fugue/workflow/__init__.py
fugue/workflow/_checkpoint.py
fugue/workflow/_tasks.py
fugue/workflow/_workflow_context.py
fugue/workflow/api.py
fugue/workflow/input.py
fugue/workflow/module.py
fugue/workflow/workflow.py
fugue_contrib/__init__.py
fugue_contrib/contrib.py
fugue_contrib/seaborn/__init__.py
fugue_contrib/viz/__init__.py
fugue_contrib/viz/_ext.py
fugue_dask/__init__.py
fugue_dask/_constants.py
fugue_dask/_io.py
fugue_dask/_utils.py
fugue_dask/dataframe.py
fugue_dask/execution_engine.py
fugue_dask/ibis_engine.py
fugue_dask/registry.py
fugue_duckdb/__init__.py
fugue_duckdb/_io.py
fugue_duckdb/_utils.py
fugue_duckdb/dask.py
fugue_duckdb/dataframe.py
fugue_duckdb/execution_engine.py
fugue_duckdb/ibis_engine.py
fugue_duckdb/registry.py
fugue_ibis/__init__.py
fugue_ibis/_compat.py
fugue_ibis/_utils.py
fugue_ibis/dataframe.py
fugue_ibis/execution_engine.py
fugue_ibis/extensions.py
fugue_ibis/execution/__init__.py
fugue_ibis/execution/ibis_engine.py
fugue_ibis/execution/pandas_backend.py
fugue_notebook/__init__.py
fugue_notebook/env.py
fugue_notebook/nbextension/README.md
fugue_notebook/nbextension/__init__.py
fugue_notebook/nbextension/description.yaml
fugue_notebook/nbextension/main.js
fugue_ray/__init__.py
fugue_ray/_constants.py
fugue_ray/dataframe.py
fugue_ray/execution_engine.py
fugue_ray/registry.py
fugue_ray/_utils/__init__.py
fugue_ray/_utils/cluster.py
fugue_ray/_utils/dataframe.py
fugue_ray/_utils/io.py
fugue_spark/__init__.py
fugue_spark/_constants.py
fugue_spark/dataframe.py
fugue_spark/execution_engine.py
fugue_spark/ibis_engine.py
fugue_spark/registry.py
fugue_spark/_utils/__init__.py
fugue_spark/_utils/convert.py
fugue_spark/_utils/io.py
fugue_spark/_utils/partition.py
fugue_sql/__init__.py
fugue_sql/exceptions.py
fugue_test/__init__.py
fugue_test/_utils.py
fugue_test/bag_suite.py
fugue_test/builtin_suite.py
fugue_test/dataframe_suite.py
fugue_test/execution_suite.py
fugue_test/ibis_suite.py
fugue_version/__init__.py
tests/__init__.py
tests/fugue/__init__.py
tests/fugue/test_interfaceless.py
tests/fugue/bag/__init__.py
tests/fugue/bag/test_array_bag.py
tests/fugue/collections/__init__.py
tests/fugue/collections/test_partition.py
tests/fugue/collections/test_sql.py
tests/fugue/column/__init__.py
tests/fugue/column/test_expressions.py
tests/fugue/column/test_functions.py
tests/fugue/column/test_sql.py
tests/fugue/dataframe/__init__.py
tests/fugue/dataframe/test_array_dataframe.py
tests/fugue/dataframe/test_arrow_dataframe.py
tests/fugue/dataframe/test_dataframe.py
tests/fugue/dataframe/test_dataframe_iterable_dataframe.py
tests/fugue/dataframe/test_dataframes.py
tests/fugue/dataframe/test_iterable_dataframe.py
tests/fugue/dataframe/test_pandas_dataframe.py
tests/fugue/dataframe/test_utils.py
tests/fugue/execution/__init__.py
tests/fugue/execution/test_api.py
tests/fugue/execution/test_execution_engine.py
tests/fugue/execution/test_factory.py
tests/fugue/execution/test_ibis.py
tests/fugue/execution/test_naive_execution_engine.py
tests/fugue/extensions/__init__.py
tests/fugue/extensions/test_utils.py
tests/fugue/extensions/creator/__init__.py
tests/fugue/extensions/creator/test_convert.py
tests/fugue/extensions/outputter/__init__.py
tests/fugue/extensions/outputter/test_convert.py
tests/fugue/extensions/processor/__init__.py
tests/fugue/extensions/processor/test_convert.py
tests/fugue/extensions/transformer/__init__.py
tests/fugue/extensions/transformer/test_convert_cotransformer.py
tests/fugue/extensions/transformer/test_convert_output_cotransformer.py
tests/fugue/extensions/transformer/test_convert_output_transformer.py
tests/fugue/extensions/transformer/test_convert_transformer.py
tests/fugue/rpc/__init__.py
tests/fugue/rpc/test_base.py
tests/fugue/rpc/test_flask.py
tests/fugue/rpc/test_func.py
tests/fugue/sql/__init__.py
tests/fugue/sql/test_utils.py
tests/fugue/sql/test_visitors.py
tests/fugue/sql/test_workflow.py
tests/fugue/sql/test_workflow_parse.py
tests/fugue/utils/__init__.py
tests/fugue/utils/test_interfaceless.py
tests/fugue/utils/test_io.py
tests/fugue/utils/test_misc.py
tests/fugue/workflow/__init__.py
tests/fugue/workflow/test_module.py
tests/fugue/workflow/test_runtime_exception.py
tests/fugue/workflow/test_workflow.py
tests/fugue/workflow/test_workflow_determinism.py
tests/fugue/workflow/test_workflow_parallel.py
tests/fugue_dask/__init__.py
tests/fugue_dask/test_dataframe.py
tests/fugue_dask/test_execution_engine.py
tests/fugue_dask/test_ibis.py
tests/fugue_dask/test_importless.py
tests/fugue_dask/test_io.py
tests/fugue_dask/test_sql.py
tests/fugue_duckdb/__init__.py
tests/fugue_duckdb/test_dask.py
tests/fugue_duckdb/test_dataframe.py
tests/fugue_duckdb/test_execution_engine.py
tests/fugue_duckdb/test_ibis.py
tests/fugue_duckdb/test_importless.py
tests/fugue_duckdb/test_utils.py
tests/fugue_ibis/__init__.py
tests/fugue_ibis/test_dataframe.py
tests/fugue_ibis/test_execution_engine.py
tests/fugue_ibis/test_extensions.py
tests/fugue_ibis/test_importless.py
tests/fugue_ibis/test_utils.py
tests/fugue_ibis/mock/__init__.py
tests/fugue_ibis/mock/dataframe.py
tests/fugue_ibis/mock/execution_engine.py
tests/fugue_notebook/__init__.py
tests/fugue_ray/__init__.py
tests/fugue_ray/test_dataframe.py
tests/fugue_ray/test_execution_engine.py
tests/fugue_ray/test_registry.py
tests/fugue_ray/test_utils.py
tests/fugue_spark/__init__.py
tests/fugue_spark/test_dataframe.py
tests/fugue_spark/test_execution_engine.py
tests/fugue_spark/test_ibis.py
tests/fugue_spark/test_importless.py
tests/fugue_spark/test_sql.py
tests/fugue_spark/utils/__init__.py
tests/fugue_spark/utils/test_convert.py
tests/fugue_spark/utils/test_io.py
tests/fugue_spark/utils/test_partition.py