protected static class SqlValidatorImpl.FunctionParamInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
columnListParamToParentCursorMap
Maps a column list parameter to the parent cursor parameter it
references.
|
Map<Integer,SqlSelect> |
cursorPosToSelectMap
Maps a cursor (based on its position relative to other cursor
parameters within a function call) to the SELECT associated with the
cursor.
|
| Constructor and Description |
|---|
SqlValidatorImpl.FunctionParamInfo() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.