Wrap the result of a getSchema call

from protobuf message arrow.flight.protocol.SchemaResult

interface SchemaResult {
    schema: Uint8Array;
}

Properties

Properties

schema: Uint8Array

The schema of the dataset in its IPC form: 4 bytes - an optional IPC_CONTINUATION_TOKEN prefix 4 bytes - the byte length of the payload a flatbuffer Message whose header is the Schema

from protobuf field: bytes schema = 1;