Class SqlValidatorImpl.OrderExpressionExpander

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

    class SqlValidatorImpl.OrderExpressionExpander
    extends SqlScopedShuttle
    Shuttle which walks over an expression in the ORDER BY clause, replacing usages of aliases with the underlying expression.