Modifier and Type | Class and Description |
---|---|
class |
AggregationAccessorForgeCountMinSketch |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
AggregationForgeFactoryAccessCountMinSketchState.getAccessorForge() |
AggregationAccessorForge |
AggregationForgeFactoryAccessCountMinSketchAdd.getAccessorForge() |
Modifier and Type | Class and Description |
---|---|
class |
AggregationAccessorFirstLastIndexWEvalForge
Represents the aggregation accessor that provides the result for the "first" and "last" aggregation function with index.
|
class |
AggregationAccessorFirstWEvalForge
Represents the aggregation accessor that provides the result for the "first" aggregation function without index.
|
class |
AggregationAccessorLastWEvalForge
Represents the aggregation accessor that provides the result for the "last" aggregation function without index.
|
class |
AggregationAccessorWindowNoEvalForge
Represents the aggregation accessor that provides the result for the "window" aggregation function.
|
class |
AggregationAccessorWindowWEvalForge
Represents the aggregation accessor that provides the result for the "window" aggregation function.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
AggregationForgeFactoryAccessLinear.getAccessorForge() |
Constructor and Description |
---|
AggregationForgeFactoryAccessLinear(ExprAggMultiFunctionLinearAccessNode parent,
AggregationAccessorForge accessor,
Class accessorResultType,
AggregationMultiFunctionStateKey optionalStateKey,
AggregationStateFactoryForge optionalStateFactory,
AggregationAgentForge optionalAgent,
EventType containedEventType) |
Modifier and Type | Class and Description |
---|---|
class |
AggregationAccessorForgePlugin |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
AggregationForgeFactoryAccessPlugin.getAccessorForge() |
Modifier and Type | Class and Description |
---|---|
class |
AggregationAccessorMinMaxByBase
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorMinMaxByNonTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorMinMaxByTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorSortedNonTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
class |
AggregationAccessorSortedTable
Represents the aggregation accessor that provides the result for the "maxBy" aggregation function.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
AggregationForgeFactoryAccessSorted.getAccessorForge() |
Constructor and Description |
---|
AggregationForgeFactoryAccessSorted(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessorForge accessor,
Class accessorResultType,
EventType containedEventType,
AggregationMultiFunctionStateKey optionalStateKey,
SortedAggregationStateDesc optionalSortedStateDesc,
AggregationAgentForge optionalAgent) |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
AggregationForgeFactory.getAccessorForge() |
AggregationAccessorForge |
AggregationAccessorSlotPairForge.getAccessorForge()
Returns the accessorForge.
|
Constructor and Description |
---|
AggregationAccessorSlotPairForge(int slot,
AggregationAccessorForge accessorForge)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
AggregationForgeFactoryBase.getAccessorForge() |
Modifier and Type | Method and Description |
---|---|
AggregationAccessorForge |
TableMetadataColumnPairAggAccess.getAccessor() |
Constructor and Description |
---|
TableMetadataColumnPairAggAccess(int dest,
AggregationAccessorForge accessor) |
Copyright © 2005–2020. All rights reserved.