infrastructure/native/protocol/binary_protocol_columnar library
Functions
-
fillColumnarRowsIntoRowBuffer(
{required int odbcType, required Uint8List raw, required int columnIndex, required List< List> rows}) → void -
parseColumnarV2ToRowBuffer(
Uint8List data) → ParsedRowBuffer -
parseColumnarV2ToTyped(
Uint8List data) → TypedColumnarResult -
Decodes a columnar v2 wire message directly into TypedColumnarResult
without materializing row-major
List<List<dynamic>>.