graphscope.framework.dag_utils.bind_app#
- graphscope.framework.dag_utils.bind_app(graph, app_assets)[source]#
Wrapper for create an BIND_APP Operation with configuration. Compile and load an application after evaluated.
- Parameters
graph (
GraphDAGNode
) – AGraphDAGNode
instanceapp (
AppAssets
) – AAppAssets
instance.
- Returns
An
Operation
with configuration that instruct analytical engine how to build the app.