graphscope.framework.dag_utils.create_loader¶
- graphscope.framework.dag_utils.create_loader(vertex_or_edge_label_list)[source]¶
- Create a loader operation. :param vertex_or_edge_label_list: List of - ( - graphscope.framework.graph_utils.VertexLabel) or (- graphscope.framework.graph_utils.EdgeLabel)- Returns:
- An op to take various data sources as a loader.