Type Alias ColumnValueReadSimple<T>

ColumnValueReadSimple<T>: (T | PositionReference)[]

Store either data itself or a reference to the position in the protobuf to deserialize

Type Parameters

  • T

    Any Type; the raw data parsed and available. Kept to reduce fetch duplication