@Internal public class ListViewSpec extends DataViewSpec
ListView.| Constructor and Description |
|---|
ListViewSpec(String stateId,
int fieldIndex,
org.apache.flink.table.types.DataType dataType) |
ListViewSpec(String stateId,
int fieldIndex,
org.apache.flink.table.types.DataType dataType,
org.apache.flink.api.common.typeutils.TypeSerializer<?> elementSerializer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.types.DataType |
getElementDataType() |
Optional<org.apache.flink.api.common.typeutils.TypeSerializer<?>> |
getElementSerializer() |
getDataType, getFieldIndex, getStateIdpublic ListViewSpec(String stateId, int fieldIndex, org.apache.flink.table.types.DataType dataType)
@Deprecated public ListViewSpec(String stateId, int fieldIndex, org.apache.flink.table.types.DataType dataType, org.apache.flink.api.common.typeutils.TypeSerializer<?> elementSerializer)
public org.apache.flink.table.types.DataType getElementDataType()
public Optional<org.apache.flink.api.common.typeutils.TypeSerializer<?>> getElementSerializer()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.