public class SimpleStatsEvolution extends Object
SimpleColStats
.Modifier and Type | Class and Description |
---|---|
static class |
SimpleStatsEvolution.Result
Result to
SimpleStats evolution. |
Constructor and Description |
---|
SimpleStatsEvolution(RowType rowType,
int[] indexMapping,
CastFieldGetter[] castFieldGetters) |
Modifier and Type | Method and Description |
---|---|
SimpleStatsEvolution.Result |
evolution(SimpleStats stats,
Long rowCount,
List<String> denseFields) |
public SimpleStatsEvolution(RowType rowType, @Nullable int[] indexMapping, @Nullable CastFieldGetter[] castFieldGetters)
public SimpleStatsEvolution.Result evolution(SimpleStats stats, @Nullable Long rowCount, @Nullable List<String> denseFields)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.