Index
All Classes and Interfaces|All Packages
S
- select(Consumer<SelectAPI>) - Method in class io.avery.vinyl.RecordStream
-
Returns a stream that maps each record in this stream to a new record, as configured by the given configurator consumer.
- SelectAPI - Class in io.avery.vinyl
-
A configurator used to define a select operation on a
record-stream
. - SelectAPI.Fields<T> - Class in io.avery.vinyl
-
A sub-configurator used to define fields of a select operation that depend on a common intermediate result.
- SelectAPI.Window - Class in io.avery.vinyl
-
A sub-configurator used to define fields of a select operation in terms of analytic functions over partitions of the input stream.
- SelectAPI.Window.Fields<T> - Class in io.avery.vinyl
-
A sub-configurator used to define fields of a window that depend on a common partition ordering and/or a common intermediate result.
- SelectAPI.Window.Keys<T> - Class in io.avery.vinyl
-
A sub-configurator used to define keys of a window that depend on a common intermediate result.
- sequential() - Method in class io.avery.vinyl.RecordStream.Aux
- sequential() - Method in class io.avery.vinyl.RecordStream.AuxDouble
- sequential() - Method in class io.avery.vinyl.RecordStream.AuxInt
- sequential() - Method in class io.avery.vinyl.RecordStream.AuxLong
- sequential() - Method in class io.avery.vinyl.RecordStream
- skip(long) - Method in class io.avery.vinyl.RecordStream.Aux
- skip(long) - Method in class io.avery.vinyl.RecordStream.AuxDouble
- skip(long) - Method in class io.avery.vinyl.RecordStream.AuxInt
- skip(long) - Method in class io.avery.vinyl.RecordStream.AuxLong
- skip(long) - Method in class io.avery.vinyl.RecordStream
- sorted() - Method in class io.avery.vinyl.RecordStream.Aux
- sorted() - Method in class io.avery.vinyl.RecordStream.AuxDouble
- sorted() - Method in class io.avery.vinyl.RecordStream.AuxInt
- sorted() - Method in class io.avery.vinyl.RecordStream.AuxLong
- sorted() - Method in class io.avery.vinyl.RecordStream
-
Returns a stream consisting of the records of this stream, sorted according to the natural order (with nulls first/lowest) of each header field's value type, in turn.
- sorted(Comparator<? super Record>) - Method in class io.avery.vinyl.RecordStream
- sorted(Comparator<? super T>) - Method in class io.avery.vinyl.RecordStream.Aux
- spliterator() - Method in class io.avery.vinyl.RecordStream.Aux
- spliterator() - Method in class io.avery.vinyl.RecordStream.AuxDouble
- spliterator() - Method in class io.avery.vinyl.RecordStream.AuxInt
- spliterator() - Method in class io.avery.vinyl.RecordStream.AuxLong
- spliterator() - Method in class io.avery.vinyl.RecordStream
- stream() - Method in class io.avery.vinyl.RecordSet
-
Returns a sequential
Stream
with this record-set as its source. - sum() - Method in class io.avery.vinyl.RecordStream.AuxDouble
- sum() - Method in class io.avery.vinyl.RecordStream.AuxInt
- sum() - Method in class io.avery.vinyl.RecordStream.AuxLong
- summaryStatistics() - Method in class io.avery.vinyl.RecordStream.AuxDouble
- summaryStatistics() - Method in class io.avery.vinyl.RecordStream.AuxInt
- summaryStatistics() - Method in class io.avery.vinyl.RecordStream.AuxLong
All Classes and Interfaces|All Packages