public class SimpleStatsConverter extends Object
SimpleColStats
.Constructor and Description |
---|
SimpleStatsConverter(RowType type) |
SimpleStatsConverter(RowType type,
int[] indexMapping,
CastFieldGetter[] castFieldGetters) |
Modifier and Type | Method and Description |
---|---|
InternalArray |
evolution(BinaryArray nullCounts,
Long rowCount) |
InternalRow |
evolution(BinaryRow values) |
SimpleStats |
toBinary(SimpleColStats[] stats) |
public SimpleStatsConverter(RowType type)
public SimpleStatsConverter(RowType type, @Nullable int[] indexMapping, @Nullable CastFieldGetter[] castFieldGetters)
public SimpleStats toBinary(SimpleColStats[] stats)
public InternalRow evolution(BinaryRow values)
public InternalArray evolution(BinaryArray nullCounts, @Nullable Long rowCount)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.