lazyStrings property
When true, text cells in binary protocol decode paths are wrapped in LazyString instead of eagerly decoded. Opt-in for workloads that inspect only a subset of string columns.
Implementation
final bool lazyStrings;
When true, text cells in binary protocol decode paths are wrapped in LazyString instead of eagerly decoded. Opt-in for workloads that inspect only a subset of string columns.
final bool lazyStrings;