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, getOutputType, getState, getStateTypes, initialize, respectsNull, setArgIndexes, setConditionIndex, setState
public void reset()
AggregateFunction
reset
in class AggregateFunction
public void addInputDirect(List<?> tuple, CommandContext commandContext) throws TeiidComponentException, TeiidProcessingException
AggregateFunction
addInputDirect
in class AggregateFunction
TeiidProcessingException
TeiidComponentException
public Object getResult(CommandContext commandContext) throws TeiidProcessingException
AggregateFunction
getResult
in class AggregateFunction
TeiidProcessingException
AggregateFunction.getResult(CommandContext)
Copyright © 2018 JBoss by Red Hat. All rights reserved.