Bases: _Weakrefable
Column metadata for a single row group.
Methods
Attributes
Type of compression used for column (str).
One of âUNCOMPRESSEDâ, âSNAPPYâ, âGZIPâ, âLZOâ, âBROTLIâ, âLZ4â, âZSTDâ, or âUNKNOWNâ.
Offset of data page relative to beginning of the file (int).
Offset of dictionary page relative to beginning of the file (int).
Encodings used for column (tuple of str).
One of âPLAINâ, âBIT_PACKEDâ, âRLEâ, âBYTE_STREAM_SPLITâ, âDELTA_BINARY_PACKEDâ, âDELTA_LENGTH_BYTE_ARRAYâ, âDELTA_BYTE_ARRAYâ.
Return whether the two column chunk metadata objects are equal.
ColumnChunkMetaData
Metadata to compare against.
Offset into file where column chunk is located (int).
Optional file path if set (str or None).
Statistics for column chunk (GeoStatistics
).
Whether the column chunk has a column index
Whether there is dictionary data present in the column chunk (bool).
Not yet supported.
Whether the column chunk has an offset index
Not yet supported.
Whether or not geometry statistics are present in metadata (bool).
Whether or not statistics are present in metadata (bool).
Additional metadata as key value pairs (dict[bytes, bytes]).
Total number of values (int).
Nested path to field, separated by periods (str).
Physical type of column (str).
Statistics for column chunk (Statistics
).
Get dictionary representation of the column chunk metadata.
dict
Dictionary with a key for each attribute of this class.
Compressed size in bytes (int).
Uncompressed size in bytes (int).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4