public class ReflectionWindowFunctionSupplier<T extends WindowFunction> extends AbstractWindowFunctionSupplier
| Constructor and Description |
|---|
ReflectionWindowFunctionSupplier(Signature signature,
Class<T> type) |
ReflectionWindowFunctionSupplier(String name,
Type returnType,
List<? extends Type> argumentTypes,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
newWindowFunction(List<Integer> inputs)
Create window function instance using the supplied arguments.
|
createWindowFunction, getDescription, getSignaturepublic ReflectionWindowFunctionSupplier(String name, Type returnType, List<? extends Type> argumentTypes, Class<T> type)
protected T newWindowFunction(List<Integer> inputs)
AbstractWindowFunctionSuppliernewWindowFunction in class AbstractWindowFunctionSupplierCopyright © 2012–2019. All rights reserved.