public class CannotBuildQueryException extends RuntimeException
| Constructor and Description | 
|---|
CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode)  | 
CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode,
                         org.apache.calcite.rel.core.AggregateCall aggregateCall)  | 
CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode,
                         org.apache.calcite.rex.RexNode rexNode)  | 
CannotBuildQueryException(String message)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotBuildQueryException(String message)
public CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode)
public CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode,
                                 org.apache.calcite.rex.RexNode rexNode)
public CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode,
                                 org.apache.calcite.rel.core.AggregateCall aggregateCall)
Copyright © 2011–2018. All rights reserved.