Skip to content

UsesMetadataFields

UsesMetadataFields is an abstraction of components that use metadata fields (from a delta table's transaction log).

Contract

maxValues

The largest (possibly truncated) value for a column

Used when:

minValues

The smallest (possibly truncated) value for a column

nullCount

The number of null values present for a column

numRecords

The total number of records in the file

Implementations