public static class SimpleStatsEvolution.Result extends Object
SimpleStats evolution.| Constructor and Description |
|---|
Result(InternalRow minValues,
InternalRow maxValues,
InternalArray nullCounts) |
| Modifier and Type | Method and Description |
|---|---|
InternalRow |
maxValues() |
InternalRow |
minValues() |
InternalArray |
nullCounts() |
public Result(InternalRow minValues, InternalRow maxValues, InternalArray nullCounts)
public InternalRow minValues()
public InternalRow maxValues()
public InternalArray nullCounts()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.