Modifier and Type | Method and Description |
---|---|
void |
Evaluator.evaluateParameters(List<DerivedColumn> cols,
List<?> tuple,
Map<String,Object> parameters)
Evaluate the parameters and return the context item if it exists
|
Modifier and Type | Method and Description |
---|---|
XQueryExpression |
XMLHelper.compile(String xquery,
XMLNamespaces namespaces,
List<DerivedColumn> passing,
List<XMLTable.XMLColumn> columns) |
Modifier and Type | Method and Description |
---|---|
DerivedColumn |
SQLParser.derivedColumn(ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
ArrayList<DerivedColumn> |
SQLParser.derivedColumnList(ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
static void |
ResolverUtil.setDesiredType(List<DerivedColumn> passing,
LanguageObject obj) |
static void |
ResolverUtil.setDesiredType(List<DerivedColumn> passing,
LanguageObject obj,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(DerivedColumn obj) |
Modifier and Type | Method and Description |
---|---|
List<DerivedColumn> |
XMLTable.getPassing() |
List<DerivedColumn> |
ObjectTable.getPassing() |
Modifier and Type | Method and Description |
---|---|
void |
XMLTable.setPassing(List<DerivedColumn> passing) |
void |
ObjectTable.setPassing(List<DerivedColumn> passing) |
Modifier and Type | Method and Description |
---|---|
void |
PreOrPostOrderNavigator.visit(DerivedColumn obj) |
Modifier and Type | Method and Description |
---|---|
DerivedColumn |
DerivedColumn.clone() |
Modifier and Type | Method and Description |
---|---|
List<DerivedColumn> |
JSONObject.getArgs() |
List<DerivedColumn> |
XMLForest.getArgs() |
List<DerivedColumn> |
XMLAttributes.getArgs() |
List<DerivedColumn> |
QueryString.getArgs() |
List<DerivedColumn> |
TextLine.getExpressions() |
List<DerivedColumn> |
XMLQuery.getPassing() |
Modifier and Type | Method and Description |
---|---|
void |
TextLine.setExpressions(List<DerivedColumn> expressions) |
void |
XMLQuery.setPassing(List<DerivedColumn> passing) |
Constructor and Description |
---|
JSONObject(List<DerivedColumn> args) |
QueryString(Expression path,
List<DerivedColumn> args) |
XMLAttributes(List<DerivedColumn> args) |
XMLForest(List<DerivedColumn> args) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(DerivedColumn obj) |
void |
ExpressionMappingVisitor.visit(DerivedColumn obj) |
Copyright © 2019. All rights reserved.