Index
All Classes and Interfaces|All Packages
P
- parallel() - Method in class io.avery.vinyl.RecordStream.Aux
- parallel() - Method in class io.avery.vinyl.RecordStream.AuxDouble
- parallel() - Method in class io.avery.vinyl.RecordStream.AuxInt
- parallel() - Method in class io.avery.vinyl.RecordStream.AuxLong
- parallel() - Method in class io.avery.vinyl.RecordStream
- parent() - Method in class io.avery.vinyl.AggregateAPI.Aggs
-
Returns the parent of this sub-configurator.
- parent() - Method in class io.avery.vinyl.AggregateAPI.Keys
-
Returns the parent of this sub-configurator.
- parent() - Method in class io.avery.vinyl.AggregateAPI.Route
-
Returns the parent of this sub-configurator.
- parent() - Method in class io.avery.vinyl.JoinAPI.Select.Fields
-
Returns the parent of this sub-configurator.
- parent() - Method in class io.avery.vinyl.SelectAPI.Fields
-
Returns the parent of this sub-configurator.
- parent() - Method in class io.avery.vinyl.SelectAPI.Window.Fields
-
Returns the parent of this sub-configurator.
- parent() - Method in class io.avery.vinyl.SelectAPI.Window.Keys
-
Returns the parent of this sub-configurator.
- parent() - Method in class io.avery.vinyl.SelectAPI.Window
-
Returns the parent of this sub-configurator.
- peek(Consumer<? super Record>) - Method in class io.avery.vinyl.RecordStream
- peek(Consumer<? super T>) - Method in class io.avery.vinyl.RecordStream.Aux
- peek(DoubleConsumer) - Method in class io.avery.vinyl.RecordStream.AuxDouble
- peek(IntConsumer) - Method in class io.avery.vinyl.RecordStream.AuxInt
- peek(LongConsumer) - Method in class io.avery.vinyl.RecordStream.AuxLong
- percentileCont(double, Function<? super Record, ? extends Number>) - Static method in class io.avery.vinyl.Analytics
-
Returns an analytic function that emits one value for the partition, derived by interpolation from the values of the records that are positioned closest on either side of the given percentile's index.
- percentileDisc(double, Function<? super Record, ? extends T>) - Static method in class io.avery.vinyl.Analytics
-
Returns an analytic function that emits one value for the partition, derived from the record that is positioned closest to the given percentile's index.
- percentRank(Comparator<? super Record>) - Static method in class io.avery.vinyl.Analytics
-
Returns an analytic function that emits the percent rank value of each record in the partition.
- pin(Field<T>) - Method in class io.avery.vinyl.Header
-
Returns a
pin
associating the given field with its index in this header, or throwsNoSuchElementException
if this header does not contain the field. - postField(Field<T>, Function<? super Record, ? extends T>) - Method in class io.avery.vinyl.AggregateAPI
-
Defines (or redefines) the given field as the application of the given function to each output record.
- postField(Field<T>, Function<? super Record, ? extends T>) - Method in class io.avery.vinyl.JoinAPI.Select
-
Defines (or redefines) the given field as the application of the given function to each output record.
- postField(Field<T>, Function<? super Record, ? extends T>) - Method in class io.avery.vinyl.SelectAPI
-
Defines (or redefines) the given field as the application of the given function to each output record.
All Classes and Interfaces|All Packages