Class SqlValidatorImpl.DeriveTypeVisitor

  • All Implemented Interfaces:
    SqlVisitor<RelDataType>
    Enclosing class:
    SqlValidatorImpl

    private class SqlValidatorImpl.DeriveTypeVisitor
    extends java.lang.Object
    implements SqlVisitor<RelDataType>
    Visitor which derives the type of a given SqlNode.

    Each method must return the derived type. This visitor is basically a single-use dispatcher; the visit is never recursive.