open-vector-tile - v1.8.0
    Preparing search index...

    Type Alias ColumnValueRead<T>

    ColumnValueRead: (RawData<T> | PositionReference)[]

    note: base1 type allows you to decode as needed for each grouping of data. for instance OColumnString is an array of strings, but you may only need a few strings on use. Store either data itself or a reference to the position in the protobuf to deserialize

    Type Parameters

    • T

      Any Type

    the data parsed and available. Kept to reduce fetch duplication

    the position in the protobuf to fetch the data