Package io.deephaven.qst.table
Interface RangeJoinTable.Builder
- Enclosing class:
- RangeJoinTable
public static interface RangeJoinTable.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaddAggregations
(Aggregation aggregation) addAggregations
(Aggregation... aggregations) addAllAggregations
(Iterable<? extends Aggregation> aggregations) addAllExactMatches
(Iterable<? extends JoinMatch> exactMatches) addExactMatches
(JoinMatch exactMatch) addExactMatches
(JoinMatch... exactMatches) build()
rangeMatch
(RangeJoinMatch rangeMatch)
-
Method Details
-
left
-
right
-
addExactMatches
-
addExactMatches
-
addAllExactMatches
-
rangeMatch
-
addAggregations
-
addAggregations
-
addAllAggregations
-
build
RangeJoinTable build()
-