Class RelDataTypeField.ToFieldIndex

java.lang.Object
org.apache.calcite.rel.type.RelDataTypeField.ToFieldIndex
All Implemented Interfaces:
com.google.common.base.Function<RelDataTypeField,Integer>, Function<RelDataTypeField,Integer>
Enclosing interface:
RelDataTypeField

@Deprecated public static class RelDataTypeField.ToFieldIndex extends Object implements com.google.common.base.Function<RelDataTypeField,Integer>
Deprecated.
Use RelDataTypeField::getIndex
Function to transform a set of RelDataTypeField to a set of Integer of the field keys.