public abstract class AbstractWindowFunctionSupplier extends Object implements WindowFunctionSupplier
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWindowFunctionSupplier(Signature signature,
String description) |
| Modifier and Type | Method and Description |
|---|---|
WindowFunction |
createWindowFunction(List<Integer> argumentChannels) |
String |
getDescription() |
Signature |
getSignature() |
protected abstract WindowFunction |
newWindowFunction(List<Integer> inputs)
Create window function instance using the supplied arguments.
|
public final Signature getSignature()
getSignature in interface WindowFunctionSupplierpublic final String getDescription()
getDescription in interface WindowFunctionSupplierpublic final WindowFunction createWindowFunction(List<Integer> argumentChannels)
createWindowFunction in interface WindowFunctionSupplierprotected abstract WindowFunction newWindowFunction(List<Integer> inputs)
Copyright © 2012–2019. All rights reserved.