Uses of Class
org.apache.arrow.vector.types.pojo.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in org.apache.arrow.vector
Methods in org.apache.arrow.vector that return SchemaMethods in org.apache.arrow.vector with parameters of type SchemaModifier and TypeMethodDescriptionstatic VectorSchemaRootVectorSchemaRoot.create(Schema schema, BufferAllocator allocator) Creates a new set of empty vectors corresponding to the given schema.Constructors in org.apache.arrow.vector with parameters of type SchemaModifierConstructorDescriptionVectorSchemaRoot(Schema schema, List<FieldVector> fieldVectors, int rowCount) Constructs a new instance. -
Uses of Schema in org.apache.arrow.vector.ipc
Fields in org.apache.arrow.vector.ipc declared as SchemaMethods in org.apache.arrow.vector.ipc that return SchemaModifier and TypeMethodDescriptionprotected SchemaArrowFileReader.readSchema()protected abstract SchemaArrowReader.readSchema()Read the Schema from the source, will be invoked at the beginning the initialization.protected SchemaArrowStreamReader.readSchema()Reads the schema message from the beginning of the stream.JsonFileReader.start()Reads the beginning (schema section) of the json file and returns it.Methods in org.apache.arrow.vector.ipc with parameters of type SchemaModifier and TypeMethodDescriptionvoidJsonFileWriter.start(Schema schema, DictionaryProvider provider) Writes out the "header" of the file including the schema and any dictionaries required. -
Uses of Schema in org.apache.arrow.vector.ipc.message
Methods in org.apache.arrow.vector.ipc.message that return SchemaModifier and TypeMethodDescriptionstatic SchemaMessageSerializer.deserializeSchema(Message schemaMessage) Deserializes an Arrow Schema object from a schema message.static SchemaMessageSerializer.deserializeSchema(MessageMetadataResult message) Deserializes an Arrow Schema object from aMessageMetadataResult.static SchemaMessageSerializer.deserializeSchema(ReadChannel in) Deserializes an Arrow Schema read from the input channel.ArrowFooter.getSchema()Methods in org.apache.arrow.vector.ipc.message with parameters of type SchemaModifier and TypeMethodDescriptionstatic longMessageSerializer.serialize(WriteChannel out, Schema schema) Serialize a schema object.static longMessageSerializer.serialize(WriteChannel out, Schema schema, IpcOption option) Serialize a schema object.static ByteBufferMessageSerializer.serializeMetadata(Schema schema) Deprecated.static ByteBufferMessageSerializer.serializeMetadata(Schema schema, IpcOption writeOption) Returns the serialized flatbuffer bytes of the schema wrapped in a message table.Constructors in org.apache.arrow.vector.ipc.message with parameters of type SchemaModifierConstructorDescriptionArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches) ArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches, Map<String, String> metaData) Constructs a new instance.ArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches, Map<String, String> metaData, MetadataVersion metadataVersion) Constructs a new instance. -
Uses of Schema in org.apache.arrow.vector.table
Fields in org.apache.arrow.vector.table declared as SchemaMethods in org.apache.arrow.vector.table that return Schema -
Uses of Schema in org.apache.arrow.vector.types.pojo
Methods in org.apache.arrow.vector.types.pojo that return SchemaModifier and TypeMethodDescriptionstatic SchemaSchema.convertSchema(Schema schema) Converts a flatbuffer schema to its POJO representation.static SchemaSchema.deserialize(ByteBuffer buffer) Deprecated.static SchemaSchema.deserializeMessage(ByteBuffer buffer) Deserialize a schema that has been serialized as a message usingserializeAsMessage().static Schema -
Uses of Schema in org.apache.arrow.vector.util
Methods in org.apache.arrow.vector.util that return SchemaModifier and TypeMethodDescriptionstatic SchemaSchemaUtility.deserialize(byte[] bytes, BufferAllocator allocator) Deserialize Arrow schema from byte array.Methods in org.apache.arrow.vector.util with parameters of type SchemaModifier and TypeMethodDescriptionstatic voidValidator.compareSchemas(Schema schema1, Schema schema2) Validate two arrow schemas are equal.static byte[]Serialize Arrow schema into byte array. -
Uses of Schema in org.apache.arrow.vector.validate
Methods in org.apache.arrow.vector.validate with parameters of type SchemaModifier and TypeMethodDescriptionstatic voidMetadataV4UnionChecker.checkRead(Schema schema, MetadataVersion metadataVersion) Check the schema, raising an error if an unsupported feature is used (e.g.