|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConverterFactory
A ConverterFactory
is ...
Method Summary | |
---|---|
ConverterRel |
convert(RelNode rel)
Converts a relational expression, which must have getInConvention() calling convention, to a relational expression of
getConvention() calling convention. |
CallingConvention |
getConvention()
Returns the calling convention this converter converts to. |
CallingConvention |
getInConvention()
Returns the calling convention this converter converts from. |
Method Detail |
---|
CallingConvention getConvention()
CallingConvention getInConvention()
ConverterRel convert(RelNode rel)
getInConvention()
calling convention, to a relational expression of
getConvention()
calling convention.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |