| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.util.typeutils |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,F> FieldAccessor<T,F> |
FieldAccessorFactory.getAccessor(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo,
int pos,
org.apache.flink.api.common.ExecutionConfig config)
Creates a
FieldAccessor for the given field position, which can be used to get and set
the specified field on instances of this type. |
static <T,F> FieldAccessor<T,F> |
FieldAccessorFactory.getAccessor(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo,
String field,
org.apache.flink.api.common.ExecutionConfig config)
Creates a
FieldAccessor for the field that is given by a field expression,
which can be used to get and set the specified field on instances of this type. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.