Class CalciteCompiler.RelContext

    • Field Detail

      • relBuilder

        final org.apache.calcite.tools.RelBuilder relBuilder
      • inputCount

        final int inputCount
      • varList

        final List<org.apache.calcite.rel.core.CorrelationId> varList
      • top

        private final org.apache.calcite.rel.RelNode top
    • Method Detail

      • top

        private static @Nullable org.apache.calcite.rel.RelNode top​(org.apache.calcite.tools.RelBuilder relBuilder)
      • var

        public @Nullable org.apache.calcite.rex.RexNode var​(String name)
        Creates a correlation variable with which to reference the current row of a relation in an enclosing loop.