Interface StreamTableSource<T>

    • Method Detail

      • isBounded

        default boolean isBounded()
        Deprecated.
        Returns true if this is a bounded source, false if this is an unbounded source. Default is unbounded for compatibility.