Class WindowReference


  • @Deprecated
    @Internal
    public class WindowReference
    extends Object
    Deprecated.
    The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they are also used to configure Python operators.
    Indicate timeField type.
    • Field Detail

      • name

        public final String name
        Deprecated.
      • type

        @Nullable
        public final org.apache.flink.table.types.logical.LogicalType type
        Deprecated.
    • Constructor Detail

      • WindowReference

        public WindowReference​(String name,
                               @Nullable
                               org.apache.flink.table.types.logical.LogicalType type)
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
      • getType

        public Optional<org.apache.flink.table.types.logical.LogicalType> getType()
        Deprecated.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object