A service specific expression that can be used to return a limited set of available Arrow Flight streams.

from protobuf message arrow.flight.protocol.Criteria

interface Criteria {
    expression: Uint8Array;
}

Properties

Properties

expression: Uint8Array

from protobuf field: bytes expression = 1;