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) – A GraphDAGNode instance

  • app (AppAssets) – A AppAssets instance.

Returns:

An Operation with configuration that instruct analytical engine how to build the app.