Package org.apache.druid.sql.calcite.rel
Class CannotBuildQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.sql.calcite.rel.CannotBuildQueryException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotBuildQueryException(String message) 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) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotBuildQueryException
-
CannotBuildQueryException
public CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode) -
CannotBuildQueryException
public CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode, org.apache.calcite.rex.RexNode rexNode) -
CannotBuildQueryException
public CannotBuildQueryException(org.apache.calcite.rel.RelNode relNode, org.apache.calcite.rel.core.AggregateCall aggregateCall)
-