Uses of Class
org.apache.arrow.flatbuf.Schema
Packages that use Schema
-
Uses of Schema in org.apache.arrow.flatbuf
Methods in org.apache.arrow.flatbuf that return SchemaModifier and TypeMethodDescriptionSchema.__assign(int _i, ByteBuffer _bb) Schema.Vector.get(int j) static SchemaSchema.getRootAsSchema(ByteBuffer _bb) static SchemaSchema.getRootAsSchema(ByteBuffer _bb, Schema obj) Footer.schema()Methods in org.apache.arrow.flatbuf with parameters of type SchemaModifier and TypeMethodDescriptionstatic SchemaSchema.getRootAsSchema(ByteBuffer _bb, Schema obj) -
Uses of Schema in org.apache.arrow.vector.types.pojo
Methods in org.apache.arrow.vector.types.pojo with parameters of type SchemaModifier and TypeMethodDescriptionstatic SchemaSchema.convertSchema(Schema schema) Converts a flatbuffer schema to its POJO representation.