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

Method recv_row

cassandra/protocol.py:885–886  ·  view source on GitHub ↗
(f, colcount)

Source from the content-addressed store, hash-verified

883
884 @staticmethod
885 def recv_row(f, colcount):
886 return [read_value(f) for _ in range(colcount)]
887
888
889class PrepareMessage(_MessageType):

Callers 3

recv_results_rowsMethod · 0.95
recv_results_rowsMethod · 0.80
recv_results_rowsMethod · 0.80

Calls 1

read_valueFunction · 0.85

Tested by 2

recv_results_rowsMethod · 0.64
recv_results_rowsMethod · 0.64