Package io.delta.kernel.internal.actions
Class Metadata
Object
io.delta.kernel.internal.actions.Metadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetadatafromColumnVector(ColumnVector vector, int rowId, Engine engine) The logical data schema which excludes partition columnsgetId()getName()Set of lowercase partition column namestoRow()Encode as aRowobject with the schemaFULL_SCHEMA.
-
Field Details
-
FULL_SCHEMA
-
-
Constructor Details
-
Metadata
-
-
Method Details
-
fromColumnVector
-
getSchemaString
-
getSchema
-
getPartitionColumns
-
getPartitionColNames
Set of lowercase partition column names -
getDataSchema
The logical data schema which excludes partition columns -
getId
-
getName
-
getDescription
-
getFormat
-
getCreatedTime
-
getConfigurationMapValue
-
getConfiguration
-
toRow
Encode as aRowobject with the schemaFULL_SCHEMA.- Returns:
Rowobject with the schemaFULL_SCHEMA
-