Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
889
class
PrepareMessage(_MessageType):
Callers
3
recv_results_rows
Method · 0.95
recv_results_rows
Method · 0.80
recv_results_rows
Method · 0.80
Calls
1
read_value
Function · 0.85
Tested by
2
recv_results_rows
Method · 0.64
recv_results_rows
Method · 0.64