- class lance.ScanStatistics
Statistics about the scan.
Public members¶
- classmethod ScanStatistics(*args, **kwargs)
Create and return a new object. See help(type) for accurate signature.
- __repr__()
Return repr(self).
- iops
Number of IO operations performed. This may be slightly higher than the actual number due to coalesced I/O
- parts_loaded
Number of index partitions loaded
- bytes_read
Number of bytes read from disk
- indices_loaded
Number of indices loaded