Modifier and Type | Interface and Description |
---|---|
interface |
IndexedTupleSource |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTupleSource |
class |
TupleBrowser
Implements intelligent browsing over a
STree
TODO: this is not as efficient as it should be over partial matches |
class |
TupleBuffer.TupleBufferTupleSource |
Modifier and Type | Method and Description |
---|---|
TupleSource |
STree.getTupleSource(boolean destructive) |
Modifier and Type | Method and Description |
---|---|
void |
TupleBrowser.reset(TupleSource ts) |
Constructor and Description |
---|
TupleBrowser(STree sTree,
TupleSource valueSet,
boolean direction)
Construct a value based browser.
|
TupleBrowser(STree sTree,
TupleSource valueSet,
boolean direction,
boolean readOnly)
Construct a value based browser.
|
Modifier and Type | Class and Description |
---|---|
class |
DataTierTupleSource
This tuple source impl can only be used once; once it is closed, it
cannot be reopened and reused.
|
static class |
TupleSourceCache.CopyOnReadTupleSource |
Modifier and Type | Method and Description |
---|---|
TupleSource |
TupleSourceCache.getSharedTupleSource(CommandContext context,
Command command,
String modelName,
RegisterRequestParameter parameterObject,
BufferManager bufferMgr,
ProcessorDataManager pdm) |
TupleSource |
DataTierManagerImpl.registerRequest(CommandContext context,
Command command,
String modelName,
RegisterRequestParameter parameterObject) |
Constructor and Description |
---|
CopyOnReadTupleSource(TupleBuffer tb,
TupleSource ts) |
Modifier and Type | Class and Description |
---|---|
static class |
BatchCollector.BatchProducerTupleSource |
class |
BatchIterator
A BatchIterator provides an iterator interface to a
BatchCollector.BatchProducer . |
class |
CollectionTupleSource |
Modifier and Type | Method and Description |
---|---|
static TupleSource |
CollectionTupleSource.createUpdateCountArrayTupleSource(long count) |
TupleSource |
ProcessorDataManager.registerRequest(CommandContext context,
Command command,
String modelName,
RegisterRequestParameter parameterObject) |
Modifier and Type | Method and Description |
---|---|
TupleSource |
ProcedurePlan.registerRequest(CommandContext context,
Command command,
String modelName,
RegisterRequestParameter parameterObject) |
Modifier and Type | Method and Description |
---|---|
void |
ForEachRowPlan.setTupleSource(TupleSource tupleSource) |
Modifier and Type | Method and Description |
---|---|
TupleSource |
GroupingNode.getGroupSortTupleSource() |
Constructor and Description |
---|
SortUtility(TupleSource ts,
List<? extends Expression> expressions,
List<Boolean> types,
SortUtility.Mode mode,
BufferManager bufferManager,
String connectionID,
List schema) |
SortUtility(TupleSource sourceID,
List<OrderByItem> items,
SortUtility.Mode mode,
BufferManager bufferMgr,
String groupName,
List<? extends Expression> schema) |
SortUtility(TupleSource sourceID,
SortUtility.Mode mode,
BufferManager bufferMgr,
String groupName,
List<? extends Expression> schema,
List<Boolean> sortTypes,
List<SortSpecification.NullOrdering> nullOrderings,
int[] cols) |
Modifier and Type | Method and Description |
---|---|
TupleSource |
Insert.getTupleSource() |
Modifier and Type | Method and Description |
---|---|
void |
Insert.setTupleSource(TupleSource tupleSource) |
Modifier and Type | Class and Description |
---|---|
class |
TempTableDataManager.ProxyTupleSource |
Modifier and Type | Method and Description |
---|---|
protected abstract TupleSource |
TempTableDataManager.ProxyTupleSource.createTupleSource() |
TupleSource |
TempTable.createTupleSource(List<? extends Expression> projectedCols,
Criteria condition,
OrderBy orderBy) |
TupleSource |
TempTable.delete(Criteria crit) |
TupleSource |
TempTable.insert(TupleSource tuples,
List<ElementSymbol> variables,
boolean canUndo,
boolean upsert,
CommandContext context) |
TupleSource |
TempTableDataManager.registerRequest(CommandContext context,
Command command,
String modelName,
RegisterRequestParameter parameterObject) |
TupleSource |
TempTable.update(Criteria crit,
SetClauseList update) |
Modifier and Type | Method and Description |
---|---|
TupleSource |
TempTable.insert(TupleSource tuples,
List<ElementSymbol> variables,
boolean canUndo,
boolean upsert,
CommandContext context) |
Modifier and Type | Method and Description |
---|---|
TupleSource |
CommandContext.getCodeLookup(String matTableName,
Object keyValue) |
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.putCodeLookup(String matTableName,
Object keyValue,
TupleSource ts) |
Copyright © 2020. All rights reserved.