Index
All Classes and Interfaces|All Packages
L
- left(Field<T>) - Method in class io.avery.vinyl.JoinAPI.On
-
Creates a
JoinExpr
that evaluates to the value associated with the given field in each left-side record. - left(Function<? super Record, T>) - Method in class io.avery.vinyl.JoinAPI.On
-
Creates a
JoinExpr
that evaluates to the result of applying the given function to each left-side record. - leftAllFields() - Method in class io.avery.vinyl.JoinAPI.Select
-
Defines (or redefines) each field from the left-side stream as the lookup of the same field on each left-side input record.
- leftAllFieldsExcept(Field<?>...) - Method in class io.avery.vinyl.JoinAPI.Select
-
Defines (or redefines) each field from the left-side stream, excluding the given excluded fields, as the lookup of the same field on each left-side input record.
- leftAllMatch(RecordStream, Function<JoinAPI.On, JoinPred>) - Method in class io.avery.vinyl.RecordStream
-
Returns a stream consisting of the records of this (left) stream that match with all records of the given right stream.
- leftAnyMatch(RecordStream, Function<JoinAPI.On, JoinPred>) - Method in class io.avery.vinyl.RecordStream
-
Returns a stream consisting of the records of this (left) stream that match with any records of the given right stream.
- leftField(Field<?>) - Method in class io.avery.vinyl.JoinAPI.Select
-
Defines (or redefines) the given field as the lookup of the same field on each left-side input record.
- leftFields(Field<?>...) - Method in class io.avery.vinyl.JoinAPI.Select
-
Defines (or redefines) each of the given fields as the lookup of the same field on each left-side input record.
- leftJoin(RecordStream, Function<JoinAPI.On, JoinPred>, Consumer<JoinAPI.Select>) - Method in class io.avery.vinyl.RecordStream
-
Returns a stream that performs a left outer join between this (left) stream and the given right stream.
- leftMatch(Predicate<? super Record>) - Method in class io.avery.vinyl.JoinAPI.On
-
Creates a
JoinPred
that passes if the given plain predicate over left-side records passes. - leftNoneMatch(RecordStream, Function<JoinAPI.On, JoinPred>) - Method in class io.avery.vinyl.RecordStream
-
Returns a stream consisting of the records of this (left) stream that do not match with any records of the given right stream.
- leftNotAllMatch(RecordStream, Function<JoinAPI.On, JoinPred>) - Method in class io.avery.vinyl.RecordStream
-
Returns a stream consisting of the records of this (left) stream that do not match with all records of the given right stream.
- limit(long) - Method in class io.avery.vinyl.RecordStream.Aux
- limit(long) - Method in class io.avery.vinyl.RecordStream.AuxDouble
- limit(long) - Method in class io.avery.vinyl.RecordStream.AuxInt
- limit(long) - Method in class io.avery.vinyl.RecordStream.AuxLong
- limit(long) - Method in class io.avery.vinyl.RecordStream
- link(Function<? super Record, ? extends T>, int, T) - Static method in class io.avery.vinyl.Analytics
-
Returns an analytic function that links each record in the partition to a value derived from another record at a given fixed offset away.
- lt(JoinExpr<T>, JoinExpr<T>) - Method in class io.avery.vinyl.JoinAPI.On
-
Creates a
JoinPred
that passes if the value of the left expression compares less than the value of the right expression, based on the natural ordering of the values (nulls first/lowest). - lte(JoinExpr<T>, JoinExpr<T>) - Method in class io.avery.vinyl.JoinAPI.On
-
Creates a
JoinPred
that passes if the value of the left expression compares less than or equal to the value of the right expression, based on the natural ordering of the values (nulls first/lowest).
All Classes and Interfaces|All Packages