Index
All Classes and Interfaces|All Packages
J
- join(RecordStream, Function<JoinAPI.On, JoinPred>, Consumer<JoinAPI.Select>) - Method in class io.avery.vinyl.RecordStream
-
Returns a stream that performs an inner join between this (left) stream and the given right stream.
- JoinAPI - Class in io.avery.vinyl
-
A configurator used to define a relational join operation between a left and a right
record-stream
. - JoinAPI.On - Class in io.avery.vinyl
-
A sub-configurator used to define the join condition of a relational join operation.
- JoinAPI.Select - Class in io.avery.vinyl
-
A sub-configurator used to define the output fields of a relational join operation.
- JoinAPI.Select.Fields<T> - Class in io.avery.vinyl
-
A sub-configurator used to define output fields of a relational join operation that depend on a common intermediate result.
- JoinExpr<T> - Class in io.avery.vinyl
-
An opaque value representing an expression defined by
JoinAPI.On
. - JoinPred - Class in io.avery.vinyl
-
An opaque value representing a predicate defined by
JoinAPI.On
.
All Classes and Interfaces|All Packages