Skip to main content

Module string

Module string 

Source
Expand description

String compression schemes.

Structsยง

FSSTScheme
FSST (Fast Static Symbol Table) compression.
NullDominatedSparseScheme
Sparse encoding for null-dominated arrays.
StringConstantScheme
Constant encoding for string arrays with a single distinct value.
StringDictScheme
Dictionary encoding for low-cardinality string values.
StringStats
Array of variable-length byte/string values, and relevant stats for compression.