Package | Description |
---|---|
org.apache.paimon.stats |
Modifier and Type | Method and Description |
---|---|
static <T> ColStats<T> |
ColStats.newColStats(int colId,
Long distinctCount,
Comparable<T> min,
Comparable<T> max,
Long nullCount,
Long avgLen,
Long maxLen) |
Modifier and Type | Method and Description |
---|---|
Map<String,ColStats<?>> |
Statistics.colStats() |
Constructor and Description |
---|
Statistics(long snapshotId,
long schemaId,
Long mergedRecordCount,
Long mergedRecordSize,
Map<String,ColStats<?>> colStats) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.