MCPcopy Create free account
hub / github.com/alibaba/GraphScope / add_column

Method add_column

python/graphscope/framework/graph.py:1103–1104  ·  view source on GitHub ↗
(self, results, selector)

Source from the content-addressed store, hash-verified

1101
1102 @apply_docstring(GraphDAGNode.add_column)
1103 def add_column(self, results, selector):
1104 return self._session._wrapper(self._graph_node.add_column(results, selector))
1105
1106 def to_numpy(self, selector, vertex_range=None):
1107 """Select some elements of the graph and output to numpy.

Callers 15

add_columnMethod · 0.45
test_demo_distributeFunction · 0.45
test_demo_with_lazy_modeFunction · 0.45
test_helm_installationFunction · 0.45
test_graph_to_numpyFunction · 0.45
test_graph_to_dataframeFunction · 0.45
test_add_columnFunction · 0.45
test_simulate_eagerFunction · 0.45
test_property_contextFunction · 0.45
test_error_on_add_columnFunction · 0.45
test_project_subgraphFunction · 0.45

Calls 1

_wrapperMethod · 0.80

Tested by 15

test_demo_distributeFunction · 0.36
test_demo_with_lazy_modeFunction · 0.36
test_helm_installationFunction · 0.36
test_graph_to_numpyFunction · 0.36
test_graph_to_dataframeFunction · 0.36
test_add_columnFunction · 0.36
test_simulate_eagerFunction · 0.36
test_property_contextFunction · 0.36
test_error_on_add_columnFunction · 0.36
test_project_subgraphFunction · 0.36
test_add_columnFunction · 0.36