Package org.apache.calcite.sql.validate
Class SqlValidatorImpl.FunctionParamInfo
java.lang.Object
org.apache.calcite.sql.validate.SqlValidatorImpl.FunctionParamInfo
- Enclosing class:
- SqlValidatorImpl
Utility object used to maintain information about the parameters in a
 function call.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionMaps a column list parameter to the parent cursor parameter it references.Maps a cursor (based on its position relative to other cursor parameters within a function call) to the SELECT associated with the cursor.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
cursorPosToSelectMapMaps a cursor (based on its position relative to other cursor parameters within a function call) to the SELECT associated with the cursor.
- 
columnListParamToParentCursorMapMaps a column list parameter to the parent cursor parameter it references. The parameters are id'd by their names.
 
- 
- 
Constructor Details- 
FunctionParamInfopublic FunctionParamInfo()
 
-