- All Known Implementing Classes:
- ForeignTableVTI,- ForwardingVTI,- SimpleJsonVTI,- StringColumnVTI,- VTITemplate
public interface AwareVTI
Interface describing a table function which can be given information about the context in which it runs.
- 
Method SummaryModifier and TypeMethodDescriptionGet the table function contextvoidsetContext(VTIContext context) Set the table function context
- 
Method Details- 
getContextVTIContext getContext()Get the table function context- Returns:
- the table function context
 
- 
setContextSet the table function context- Parameters:
- context- The table function context
 
 
-