public static class TempTableStore.TableProcessor extends Object
Constructor and Description |
---|
TableProcessor(QueryProcessor queryProcessor,
List<ElementSymbol> columns) |
Modifier and Type | Method and Description |
---|---|
void |
alterCreate(Create create)
Alter the create if needed
|
void |
close() |
TempTable |
process(TempTable tempTable)
Ensure the temp table is ready for use.
|
public TableProcessor(QueryProcessor queryProcessor, List<ElementSymbol> columns)
public void close()
public TempTable process(TempTable tempTable) throws TeiidComponentException, TeiidProcessingException
tempTable
- context
- bufferManager
- dataMgr
- TeiidComponentException
TeiidProcessingException
public void alterCreate(Create create)
create
- Copyright © 2019. All rights reserved.