graphscope.framework.dag_utils.create_app¶
-
graphscope.framework.dag_utils.
create_app
(graph, app)[source]¶ Wrapper for create an CREATE_APP Operation with configuration. Compile and load an application after evaluated.
- Parameters
graph (
Graph
) – AGraph
instanceapp (
App
) – AApp
instance.
- Returns
An
Operation
with configuration that instruct analytical engine how to build the app.