Uses of Record Class
dev.hardwood.metadata.SchemaElement
Packages that use SchemaElement
-
Uses of SchemaElement in dev.hardwood.metadata
Methods in dev.hardwood.metadata that return types with arguments of type SchemaElementModifier and TypeMethodDescriptionFileMetaData.schema()Returns the value of theschemarecord component.Constructor parameters in dev.hardwood.metadata with type arguments of type SchemaElementModifierConstructorDescriptionFileMetaData(int version, List<SchemaElement> schema, long numRows, List<RowGroup> rowGroups, String createdBy) Creates an instance of aFileMetaDatarecord class. -
Uses of SchemaElement in dev.hardwood.schema
Method parameters in dev.hardwood.schema with type arguments of type SchemaElementModifier and TypeMethodDescriptionstatic FileSchemaFileSchema.fromSchemaElements(List<SchemaElement> elements) Reconstruct schema from Thrift SchemaElement list.