Class SerializableRexFieldAccess

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializableRexFieldAccess
    extends SerializableRexNode
    SerializableRexFieldAccess.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializableRexFieldAccess​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexFieldAccess rexFieldAccess)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Integer> getIndexes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializableRexFieldAccess

        public SerializableRexFieldAccess​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexFieldAccess rexFieldAccess)
    • Method Detail

      • getIndexes

        public java.util.List<java.lang.Integer> getIndexes()