public class StringAgg extends AggregateFunction
argIndexes| Constructor and Description |
|---|
StringAgg(boolean binary) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputDirect(List<?> tuple,
CommandContext commandContext)
Called for the element value in every row of a group.
|
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.
|
addInput, filter, getArgIndexes, getState, getStateTypes, initialize, respectsNull, setArgIndexes, setConditionIndex, setStatepublic void reset()
AggregateFunctionreset in class AggregateFunctionpublic void addInputDirect(List<?> tuple, CommandContext commandContext) throws TeiidComponentException, TeiidProcessingException
AggregateFunctionaddInputDirect in class AggregateFunctionTeiidProcessingExceptionTeiidComponentExceptionpublic Object getResult(CommandContext commandContext) throws TeiidProcessingException
AggregateFunctiongetResult in class AggregateFunctionTeiidProcessingExceptionAggregateFunction.getResult(CommandContext)Copyright © 2017 JBoss by Red Hat. All rights reserved.