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) β AGraphDAGNodeinstanceapp (
AppAssets) β AAppAssetsinstance.
- Returns:
An
Operationwith configuration that instruct analytical engine how to build the app.