MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / _write_paging_options

Method _write_paging_options

cassandra/protocol.py:616–620  ·  view source on GitHub ↗
(self, f, paging_options, protocol_version)

Source from the content-addressed store, hash-verified

614 self._write_paging_options(f, self.continuous_paging_options, protocol_version)
615
616 def _write_paging_options(self, f, paging_options, protocol_version):
617 write_int(f, paging_options.max_pages)
618 write_int(f, paging_options.max_pages_per_second)
619 if ProtocolVersion.has_continuous_paging_next_pages(protocol_version):
620 write_int(f, paging_options.max_queue_size)
621
622
623class QueryMessage(_QueryMessage):

Callers 1

_write_query_paramsMethod · 0.95

Calls 2

write_intFunction · 0.85

Tested by

no test coverage detected