MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / SimpleGraphStatement

Class SimpleGraphStatement

cassandra/datastax/graph/query.py:184–191  ·  view source on GitHub ↗

Simple graph statement for :meth:`.Session.execute_graph`. Takes the same parameters as :class:`.SimpleStatement`.

Source from the content-addressed store, hash-verified

182
183
184class SimpleGraphStatement(GraphStatement, SimpleStatement):
185 """
186 Simple graph statement for :meth:`.Session.execute_graph`.
187 Takes the same parameters as :class:`.SimpleStatement`.
188 """
189 @property
190 def query(self):
191 return self._query_string
192
193
194def single_object_row_factory(column_names, rows):

Callers 6

test_initMethod · 0.90
execute_graph_asyncMethod · 0.90
as_graph_statementMethod · 0.90

Calls

no outgoing calls

Tested by 4

test_initMethod · 0.72