graphscope.framework.dag_utils.to_vineyard_dataframe#

graphscope.framework.dag_utils.to_vineyard_dataframe(context, selector=None, vertex_range=None)[source]#

Retrieve results as vineyard dataframe.

Parameters:
  • results (Context) – Results return by run_app operation, store the query results.

  • selector (str) – Select the type of data to retrieve.

  • vertex_range (str) – Specify a range to retrieve.

Returns:

An op to convert query results into a vineyard dataframe.