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