Class RelDataTypeField.ToFieldIndex

  • All Implemented Interfaces:
    com.google.common.base.Function<RelDataTypeField,​java.lang.Integer>
    Enclosing interface:
    RelDataTypeField

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

      Constructors 
      Constructor Description
      ToFieldIndex()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Integer apply​(RelDataTypeField o)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
    • Constructor Detail

      • ToFieldIndex

        public ToFieldIndex()
        Deprecated.
    • Method Detail

      • apply

        public java.lang.Integer apply​(RelDataTypeField o)
        Deprecated.
        Specified by:
        apply in interface com.google.common.base.Function<RelDataTypeField,​java.lang.Integer>