Class InternalDataStreamQueryOperation<E>

    • Constructor Detail

      • InternalDataStreamQueryOperation

        public InternalDataStreamQueryOperation​(ObjectIdentifier identifier,
                                                DataStream<E> dataStream,
                                                int[] fieldIndices,
                                                ResolvedSchema resolvedSchema,
                                                boolean[] fieldNullables,
                                                org.apache.flink.table.planner.plan.stats.FlinkStatistic statistic)
        Deprecated.
    • Method Detail

      • getDataStream

        public DataStream<E> getDataStream()
        Deprecated.
      • getFieldIndices

        public int[] getFieldIndices()
        Deprecated.
      • asSummaryString

        public String asSummaryString()
        Deprecated.
        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
        Returns:
        summary string of this operation for debugging purposes
      • getFieldNullables

        public boolean[] getFieldNullables()
        Deprecated.
      • getStatistic

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