@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,
TypeInformation<?> resultType,
int fieldIndex) |
Modifier and Type | Method and Description |
---|---|
int |
fieldIndex() |
String |
name() |
TypeInformation<?> |
resultType() |
public ResolvedFieldReference(String name, TypeInformation<?> resultType, int fieldIndex)
public TypeInformation<?> resultType()
public String name()
public int fieldIndex()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.