Uses of Enum
org.apache.arrow.vector.types.MetadataVersion
Packages that use MetadataVersion
Package
Description
-
Uses of MetadataVersion in org.apache.arrow.vector.ipc.message
Fields in org.apache.arrow.vector.ipc.message declared as MetadataVersionMethods in org.apache.arrow.vector.ipc.message that return MetadataVersionConstructors in org.apache.arrow.vector.ipc.message with parameters of type MetadataVersionModifierConstructorDescriptionArrowFooter(Schema schema, List<ArrowBlock> dictionaries, List<ArrowBlock> recordBatches, Map<String, String> metaData, MetadataVersion metadataVersion) Constructs a new instance.IpcOption(boolean writeLegacyIpcFormat, MetadataVersion metadataVersion) -
Uses of MetadataVersion in org.apache.arrow.vector.types
Fields in org.apache.arrow.vector.types declared as MetadataVersionMethods in org.apache.arrow.vector.types that return MetadataVersionModifier and TypeMethodDescriptionstatic MetadataVersionMetadataVersion.fromFlatbufID(short id) static MetadataVersionReturns the enum constant of this type with the specified name.static MetadataVersion[]MetadataVersion.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MetadataVersion in org.apache.arrow.vector.validate
Methods in org.apache.arrow.vector.validate with parameters of type MetadataVersionModifier and TypeMethodDescriptionstatic voidMetadataV4UnionChecker.checkForUnion(Iterator<Field> fields, MetadataVersion metadataVersion) Check the schema, raising an error if an unsupported feature is used (e.g.static voidMetadataV4UnionChecker.checkRead(Schema schema, MetadataVersion metadataVersion) Check the schema, raising an error if an unsupported feature is used (e.g.