public static class IntervalJoinSpec.WindowBounds extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_IS_EVENT_TIME |
static String |
FIELD_NAME_LEFT_LOWER_BOUND |
static String |
FIELD_NAME_LEFT_TIME_IDX |
static String |
FIELD_NAME_LEFT_UPPER_BOUND |
static String |
FIELD_NAME_RIGHT_TIME_IDX |
Constructor and Description |
---|
WindowBounds(boolean isEventTime,
long leftLowerBound,
long leftUpperBound,
int leftTimeIdx,
int rightTimeIdx) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getLeftLowerBound() |
int |
getLeftTimeIdx() |
long |
getLeftUpperBound() |
int |
getRightTimeIdx() |
int |
hashCode() |
boolean |
isEventTime() |
public static final String FIELD_NAME_IS_EVENT_TIME
public static final String FIELD_NAME_LEFT_LOWER_BOUND
public static final String FIELD_NAME_LEFT_UPPER_BOUND
public static final String FIELD_NAME_LEFT_TIME_IDX
public static final String FIELD_NAME_RIGHT_TIME_IDX
public WindowBounds(boolean isEventTime, long leftLowerBound, long leftUpperBound, int leftTimeIdx, int rightTimeIdx)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.