Class RexUnaryBiVisitor<R>

java.lang.Object
org.apache.calcite.rex.RexBiVisitorImpl<R,R>
org.apache.calcite.rex.RexUnaryBiVisitor<R>
Type Parameters:
R - Return type from each visitXxx method
All Implemented Interfaces:
RexBiVisitor<R,R>
Direct Known Subclasses:
LogicVisitor

public class RexUnaryBiVisitor<@Nullable R> extends RexBiVisitorImpl<R,R>
Default implementation of a RexBiVisitor whose payload and return type are the same.