@Deprecated @Internal public class WindowReference extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name
Deprecated.
|
org.apache.flink.table.types.logical.LogicalType |
type
Deprecated.
|
| Constructor and Description |
|---|
WindowReference(String name,
org.apache.flink.table.types.logical.LogicalType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
String |
getName()
Deprecated.
|
Optional<org.apache.flink.table.types.logical.LogicalType> |
getType()
Deprecated.
|
String |
toString()
Deprecated.
|
public final String name
@Nullable public final org.apache.flink.table.types.logical.LogicalType type
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.