public class FieldStatsCollector extends Object
| 构造器和说明 |
|---|
FieldStatsCollector(org.apache.flink.table.types.logical.RowType rowType) |
public FieldStatsCollector(org.apache.flink.table.types.logical.RowType rowType)
public void collect(org.apache.flink.table.data.RowData row)
IMPORTANT: Fields of this row should NOT be reused, as they're directly stored in the collector.
public FieldStats[] extract()
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.