Index
All Classes and Interfaces|All Packages
K
- key(Field<?>) - Method in class io.avery.vinyl.AggregateAPI
-
Defines a key as the lookup of the given field on each input record.
- key(Field<?>) - Method in class io.avery.vinyl.SelectAPI.Window
-
Defines a key as the lookup of the given field on each input record.
- key(Function<? super Record, ?>) - Method in class io.avery.vinyl.AggregateAPI
-
Defines a key as the application of the given function to each input record.
- key(Function<? super Record, ?>) - Method in class io.avery.vinyl.SelectAPI.Window
-
Defines a key as the application of the given function to each input record.
- key(Function<? super T, ?>) - Method in class io.avery.vinyl.AggregateAPI.Keys
-
Defines a key as the application of the given function to this sub-configurator's intermediate result.
- key(Function<? super T, ?>) - Method in class io.avery.vinyl.SelectAPI.Window.Keys
-
Defines a key as the application of the given function to this sub-configurator's intermediate result.
- keyField(Field<?>) - Method in class io.avery.vinyl.AggregateAPI
-
Defines (or redefines) the given field as a key that looks up the same field on each input record.
- keyField(Field<T>, Function<? super Record, ? extends T>) - Method in class io.avery.vinyl.AggregateAPI
-
Defines (or redefines) the given field as a key that applies the given function to each input record.
- keyField(Field<U>, Function<? super T, ? extends U>) - Method in class io.avery.vinyl.AggregateAPI.Keys
-
Defines (or redefines) a field as a key that applies the given function to this sub-configurator's intermediate result.
- keyFields(Field<?>...) - Method in class io.avery.vinyl.AggregateAPI
-
Defines (or redefines) each of the given fields as keys that look up the same field on each input record.
- keys(Field<?>...) - Method in class io.avery.vinyl.AggregateAPI
-
Defines keys from each of the given fields, as the lookup of the same field on each input record.
- keys(Field<?>...) - Method in class io.avery.vinyl.SelectAPI.Window
-
Defines keys from each of the given fields, as the lookup of the same field on each input record.
- keys(Function<? super Record, ? extends T>, Consumer<AggregateAPI.Keys<T>>) - Method in class io.avery.vinyl.AggregateAPI
-
Configures a sub-configurator, that may define (or redefine) keys in terms of the result of applying the given function to each input record.
- keys(Function<? super Record, ? extends T>, Consumer<SelectAPI.Window.Keys<T>>) - Method in class io.avery.vinyl.SelectAPI.Window
-
Configures a sub-configurator, that may define keys in terms of the result of applying the given function to each input record.
All Classes and Interfaces|All Packages