Class TemporalTableSourceSpec


  • public class TemporalTableSourceSpec
    extends Object
    TemporalTableSpec describes how the right tale of lookupJoin ser/des.

    This class corresponds to RelOptTable rel node.

    • Constructor Detail

      • TemporalTableSourceSpec

        public TemporalTableSourceSpec​(org.apache.calcite.plan.RelOptTable temporalTable)
      • TemporalTableSourceSpec

        public TemporalTableSourceSpec​(@Nullable
                                       DynamicTableSourceSpec dynamicTableSourceSpec,
                                       @Nullable
                                       org.apache.calcite.rel.type.RelDataType outputType)
    • Method Detail

      • getTemporalTable

        public org.apache.calcite.plan.RelOptTable getTemporalTable​(org.apache.flink.table.planner.calcite.FlinkContext context,
                                                                    org.apache.flink.table.planner.calcite.FlinkTypeFactory typeFactory)
      • getOutputType

        @Nullable
        public org.apache.calcite.rel.type.RelDataType getOutputType()