Class SchemaResult

java.lang.Object
org.apache.arrow.flight.SchemaResult

public class SchemaResult extends Object
Opaque result returned after executing a getSchema request.

POJO wrapper around the Flight protocol buffer message sharing the same name.

  • Constructor Details

    • SchemaResult

      public SchemaResult(Schema schema)
    • SchemaResult

      public SchemaResult(Schema schema, IpcOption option)
      Create a schema result with specific IPC options for serialization.
  • Method Details

    • getSchema

      public Schema getSchema()