createContext abstract method
Creates an initial context holding the initial value before step is called.
If step is never called before the query concludes, the initial context is also used for finalize.
Implementation
AggregateContext<V> createContext();