public static class TempTableStore.RecursiveTableProcessor extends TempTableStore.TableProcessor
| Constructor and Description |
|---|
RecursiveTableProcessor(QueryProcessor queryProcessor,
List<ElementSymbol> columns,
ProcessorPlan processorPlan,
boolean all) |
| 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 RecursiveTableProcessor(QueryProcessor queryProcessor, List<ElementSymbol> columns, ProcessorPlan processorPlan, boolean all) throws TransformationException
TransformationExceptionpublic TempTable process(TempTable tempTable) throws TeiidComponentException, TeiidProcessingException
TempTableStore.TableProcessorprocess in class TempTableStore.TableProcessorTeiidComponentExceptionTeiidProcessingExceptionpublic void alterCreate(Create create)
TempTableStore.TableProcessoralterCreate in class TempTableStore.TableProcessorpublic void close()
close in class TempTableStore.TableProcessorCopyright © 2019. All rights reserved.