@PublicEvolving public class ResolvedFieldReference extends Object
Note: This interface is added as a temporary solution. It is used to keep api compatible
for FieldComputer. In the long term, this interface can be removed.
| Constructor and Description |
|---|
ResolvedFieldReference(String name,
org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType,
int fieldIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
fieldIndex() |
String |
name() |
org.apache.flink.api.common.typeinfo.TypeInformation<?> |
resultType() |
public ResolvedFieldReference(String name, org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType, int fieldIndex)
public org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType()
public String name()
public int fieldIndex()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.