Package net.hydromatic.morel.compile
Interface CalciteCompiler.RelCode
- All Superinterfaces:
Code,Describable
- Enclosing class:
CalciteCompiler
Extension to
Code that can also provide a translation to
relational algebra.-
Method Summary
Modifier and TypeMethodDescriptionstatic CalciteCompiler.RelCodeof(Code code, Predicate<CalciteCompiler.RelContext> c) booleantoRel(CalciteCompiler.RelContext cx, boolean aggressive) Methods inherited from interface net.hydromatic.morel.eval.Code
eval, isConstantMethods inherited from interface net.hydromatic.morel.eval.Describable
describe
-
Method Details
-
toRel
-
of
-