Class RelDataTypeField.ToFieldName

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

@Deprecated public static class RelDataTypeField.ToFieldName extends Object implements com.google.common.base.Function<RelDataTypeField,String>
Deprecated.
Use RelDataTypeField::getName
Function to transform a set of RelDataTypeField to a set of String of the field names.