|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalcRexImplementorTable
Contains, for each operator, an implementor which can convert a call to that operator into a set of calculator instructions.
Method Summary | |
---|---|
CalcRexImplementor |
get(SqlOperator op)
Retrieves the implementor of an operator, or null if there is no implementor registered. |
CalcRexAggImplementor |
getAgg(SqlAggFunction op)
Retrieves the implementor of an aggregate function. |
Method Detail |
---|
CalcRexImplementor get(SqlOperator op)
CalcRexAggImplementor getAgg(SqlAggFunction op)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |