fugue.execution ================ .. |SchemaLikeObject| replace:: :ref:`Schema like object ` .. |ParamsLikeObject| replace:: :ref:`Parameters like object ` .. |DataFrameLikeObject| replace:: :ref:`DataFrame like object ` .. |DataFramesLikeObject| replace:: :ref:`DataFrames like object ` .. |PartitionLikeObject| replace:: :ref:`Partition like object ` .. |RPCHandlerLikeObject| replace:: :ref:`RPChandler like object ` .. |ExecutionEngine| replace:: :class:`~fugue.execution.execution_engine.ExecutionEngine` .. |NativeExecutionEngine| replace:: :class:`~fugue.execution.native_execution_engine.NativeExecutionEngine` .. |FugueWorkflow| replace:: :class:`~fugue.workflow.workflow.FugueWorkflow` .. |ReadJoin| replace:: Read Join tutorials on :ref:`workflow ` and :ref:`engine ` for details .. |FugueConfig| replace:: :doc:`the Fugue Configuration Tutorial ` .. |PartitionTutorial| replace:: :doc:`the Partition Tutorial ` .. |FugueSQLTutorial| replace:: :doc:`the Fugue SQL Tutorial ` .. |DataFrameTutorial| replace:: :ref:`the DataFrame Tutorial ` .. |ExecutionEngineTutorial| replace:: :doc:`the ExecutionEngine Tutorial ` .. |ZipComap| replace:: :ref:`Zip & Comap ` .. |LoadSave| replace:: :ref:`Load & Save ` .. |AutoPersist| replace:: :ref:`Auto Persist ` .. |TransformerTutorial| replace:: :doc:`the Transformer Tutorial ` .. |CoTransformer| replace:: :ref:`CoTransformer ` .. |CoTransformerTutorial| replace:: :doc:`the CoTransformer Tutorial ` .. |FugueDataTypes| replace:: :doc:`Fugue Data Types ` fugue.execution.api ------------------- .. automodule:: fugue.execution.api :members: :undoc-members: :show-inheritance: fugue.execution.execution\_engine --------------------------------- .. automodule:: fugue.execution.execution_engine :members: :undoc-members: :show-inheritance: fugue.execution.factory ----------------------- .. automodule:: fugue.execution.factory :members: :undoc-members: :show-inheritance: fugue.execution.native\_execution\_engine ----------------------------------------- .. automodule:: fugue.execution.native_execution_engine :members: :undoc-members: :show-inheritance: