Decodes a column of a batch that has seen some updates by combining all
delta values, and full column value obtained from ColumnDeltaEncoders
and column encoders. Callers should provide this with the set of all deltas
for the column apart from the full column value.
To create an instance, use the companion class apply method which will create
a nullable or non-nullable version as appropriate.
Decodes a column of a batch that has seen some updates by combining all delta values, and full column value obtained from ColumnDeltaEncoders and column encoders. Callers should provide this with the set of all deltas for the column apart from the full column value.
To create an instance, use the companion class apply method which will create a nullable or non-nullable version as appropriate.