README.md
setup.cfg
setup.py
fugue/__init__.py
fugue/constants.py
fugue/exceptions.py
fugue.egg-info/PKG-INFO
fugue.egg-info/SOURCES.txt
fugue.egg-info/dependency_links.txt
fugue.egg-info/requires.txt
fugue.egg-info/top_level.txt
fugue/_utils/__init__.py
fugue/_utils/interfaceless.py
fugue/_utils/io.py
fugue/_utils/misc.py
fugue/collections/__init__.py
fugue/collections/partition.py
fugue/dataframe/__init__.py
fugue/dataframe/array_dataframe.py
fugue/dataframe/arrow_dataframe.py
fugue/dataframe/dataframe.py
fugue/dataframe/dataframes.py
fugue/dataframe/iterable_dataframe.py
fugue/dataframe/pandas_dataframe.py
fugue/dataframe/utils.py
fugue/execution/__init__.py
fugue/execution/execution_engine.py
fugue/execution/native_execution_engine.py
fugue/extensions/__init__.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/convert.py
fugue/extensions/transformer/transformer.py
fugue/workflow/__init__.py
fugue/workflow/_checkpoint.py
fugue/workflow/_tasks.py
fugue/workflow/_workflow_context.py
fugue/workflow/workflow.py
fugue_dask/__init__.py
fugue_dask/_constants.py
fugue_dask/_utils.py
fugue_dask/dataframe.py
fugue_dask/execution_engine.py
fugue_spark/__init__.py
fugue_spark/_constants.py
fugue_spark/dataframe.py
fugue_spark/execution_engine.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/_constants.py
fugue_sql/_parse.py
fugue_sql/_utils.py
fugue_sql/_visitors.py
fugue_sql/exceptions.py
fugue_sql/workflow.py
fugue_sql/_antlr/__init__.py
fugue_sql/_antlr/fugue_sqlLexer.py
fugue_sql/_antlr/fugue_sqlParser.py
fugue_sql/_antlr/fugue_sqlVisitor.py
fugue_test/__init__.py
fugue_test/builtin_suite.py
fugue_test/dataframe_suite.py
fugue_test/execution_suite.py
fugue_version/__init__.py
tests/__init__.py
tests/fugue/__init__.py
tests/fugue/collections/__init__.py
tests/fugue/collections/test_partition.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_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_naive_execution_engine.py
tests/fugue/extensions/__init__.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_transformer.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_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_spark/__init__.py
tests/fugue_spark/test_dataframe.py
tests/fugue_spark/test_execution_engine.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
tests/fugue_sql/__init__.py
tests/fugue_sql/test_syntax.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_sql/utils.py