Class RichTableSourceQueryOperation<T>

    • Constructor Detail

      • RichTableSourceQueryOperation

        public RichTableSourceQueryOperation​(ObjectIdentifier identifier,
                                             TableSource<T> tableSource,
                                             org.apache.flink.table.planner.plan.stats.FlinkStatistic statistic)
    • Method Detail

      • asSummaryString

        public String asSummaryString()
        Description copied from interface: Operation
        Returns a string that summarizes this operation for printing to a console. An implementation might skip very specific properties.
        Specified by:
        asSummaryString in interface Operation
        Overrides:
        asSummaryString in class TableSourceQueryOperation<T>
        Returns:
        summary string of this operation for debugging purposes
      • getStatistic

        public org.apache.flink.table.planner.plan.stats.FlinkStatistic getStatistic()