public class AggregatorUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AggregationAccessorSlotPair[] |
ACCESSAGG_EMPTY_ACCESSORS |
static AggregationStateFactory[] |
ACCESSAGG_EMPTY_STATEFACTORY |
static ExprEvaluator[] |
METHODAGG_EMPTYEVALUATORS |
static AggregationMethodFactory[] |
METHODAGG_EMPTYFACTORIES |
Constructor and Description |
---|
AggregatorUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkFilter(java.lang.Object[] object) |
static AggregationAccessorSlotPair |
getAccessorForForge(AggregationAccessorSlotPairForge pair,
EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
static AggregationAccessorSlotPair[] |
getAccessorsForForges(AggregationAccessorSlotPairForge[] accessors,
EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
static AggregationStateFactory[] |
getAccesssFactoriesFromForges(AggregationStateFactoryForge[] accessFactories,
StatementContext stmtContext,
boolean isFireAndForget) |
static AggregationAgent[] |
getAgentForges(AggregationAgentForge[] agentForges,
EngineImportService engineImportService,
boolean isFireAndForget,
java.lang.String statementName) |
public static final ExprEvaluator[] METHODAGG_EMPTYEVALUATORS
public static final AggregationMethodFactory[] METHODAGG_EMPTYFACTORIES
public static final AggregationAccessorSlotPair[] ACCESSAGG_EMPTY_ACCESSORS
public static final AggregationStateFactory[] ACCESSAGG_EMPTY_STATEFACTORY
public static boolean checkFilter(java.lang.Object[] object)
public static AggregationAccessorSlotPair[] getAccessorsForForges(AggregationAccessorSlotPairForge[] accessors, EngineImportService engineImportService, boolean isFireAndForget, java.lang.String statementName)
public static AggregationStateFactory[] getAccesssFactoriesFromForges(AggregationStateFactoryForge[] accessFactories, StatementContext stmtContext, boolean isFireAndForget)
public static AggregationAccessorSlotPair getAccessorForForge(AggregationAccessorSlotPairForge pair, EngineImportService engineImportService, boolean isFireAndForget, java.lang.String statementName)
public static AggregationAgent[] getAgentForges(AggregationAgentForge[] agentForges, EngineImportService engineImportService, boolean isFireAndForget, java.lang.String statementName)