Modifier and Type | Method and Description |
---|---|
EventTable[][] |
HistoricalEventViewableBase.poll(EventBean[][] lookupEventsPerStream,
PollResultIndexingStrategy indexingStrategy,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[][] |
HistoricalEventViewable.poll(EventBean[][] lookupEventsPerStream,
PollResultIndexingStrategy indexingStrategy,
ExprEvaluatorContext exprEvaluatorContext)
Poll for stored historical or reference data using events per stream and
returing for each event-per-stream row a separate list with events
representing the poll result.
|
Constructor and Description |
---|
HistoricalDataQueryStrategy(int myStreamNumber,
int historicalStreamNumber,
HistoricalEventViewable historicalEventViewable,
boolean isOuterJoin,
ExprEvaluator outerJoinCompareNode,
HistoricalIndexLookupStrategy indexLookupStrategy,
PollResultIndexingStrategy pollResultIndexingStrategy)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
PollResultIndexingStrategyComposite |
class |
PollResultIndexingStrategyHash |
class |
PollResultIndexingStrategyInKeywordMulti |
class |
PollResultIndexingStrategyMulti |
class |
PollResultIndexingStrategyNoIndex
Strategy of indexing that simply builds an unindexed table of poll results.
|
class |
PollResultIndexingStrategySorted |
Modifier and Type | Method and Description |
---|---|
void |
PollResultIndexingStrategyMulti.setIndexingStrategies(PollResultIndexingStrategy[] indexingStrategies) |
Modifier and Type | Method and Description |
---|---|
void |
JoinSetComposerPrototypeHistorical2Stream.setIndexingStrategy(PollResultIndexingStrategy indexingStrategy) |
Constructor and Description |
---|
HistoricalDataExecNode(HistoricalEventViewable historicalEventViewable,
PollResultIndexingStrategy indexingStrategy,
HistoricalIndexLookupStrategy indexLookupStrategy,
int numStreams,
int historicalStreamNumber)
Ctor.
|
HistoricalTableLookupStrategy(HistoricalEventViewable viewable,
PollResultIndexingStrategy indexingStrategy,
HistoricalIndexLookupStrategy lookupStrategy,
int numStreams,
int streamNum,
int rootStreamNum,
ExprEvaluator outerJoinExprNode)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoricalDataPlanNode.setIndexingStrategy(PollResultIndexingStrategy indexingStrategy) |
Copyright © 2005–2018. All rights reserved.