| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.api.dataview |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListView<T>
A
DataView that provides List-like functionality in the accumulator of an AggregateFunction or TableAggregateFunction when large amounts of data are expected. |
class |
MapView<K,V>
A
DataView that provides Map-like functionality in the accumulator of an AggregateFunction or TableAggregateFunction when large amounts of data are expected. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.