Interface Flight.SchemaResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Flight.SchemaResult, Flight.SchemaResult.Builder
Enclosing class:
Flight

public static interface Flight.SchemaResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    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

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSchema

      com.google.protobuf.ByteString getSchema()
       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
       
      bytes schema = 1;
      Returns:
      The schema.