public interface ISupportStreamingModeForWindowing
WindowingTableFunction
(so it is a
WindowFunctionInfo.isPivotResult()
return true) may support this
interface. If it does then the WindowingTableFunction will ask it for the
next Result after every aggregate call.Modifier and Type | Field and Description |
---|---|
static Object |
NULL_RESULT |
Modifier and Type | Method and Description |
---|---|
Object |
getNextResult(GenericUDAFEvaluator.AggregationBuffer agg) |
int |
getRowsRemainingAfterTerminate() |
static final Object NULL_RESULT
Object getNextResult(GenericUDAFEvaluator.AggregationBuffer agg) throws HiveException
HiveException
int getRowsRemainingAfterTerminate() throws HiveException
HiveException
Copyright © 2017 The Apache Software Foundation. All rights reserved.