public class TextAgg extends SingleArgumentAggregateFunction
argIndexes| Modifier and Type | Method and Description |
|---|---|
void |
addInputDirect(Object input,
List<?> tuple,
CommandContext commandContext) |
Object |
getResult(CommandContext commandContext)
Called after all values have been processed to get the result.
|
void |
reset()
Called to reset the state of the function.
|
addInputDirect, initialize, initializeaddInput, filter, getArgIndexes, getOutputType, getState, getStateTypes, respectsNull, setArgIndexes, setConditionIndex, setStatepublic TextAgg(TextLine textLine)
public void reset()
AggregateFunctionreset in class AggregateFunctionpublic void addInputDirect(Object input, List<?> tuple, CommandContext commandContext) throws TeiidComponentException, TeiidProcessingException
addInputDirect in class SingleArgumentAggregateFunctionTeiidProcessingExceptionTeiidComponentExceptionorg.teiid.query.function.aggregate.AggregateFunction#addInputDirect(List, CommandContext, CommandContext)public Object getResult(CommandContext commandContext) throws TeiidProcessingException
AggregateFunctiongetResult in class AggregateFunctionTeiidProcessingExceptionAggregateFunction.getResult(CommandContext)Copyright © 2019. All rights reserved.