MCPcopy Create free account
hub / github.com/apache/calcite / of

Method of

core/src/main/java/org/apache/calcite/sql/SqlNodeList.java:107–109  ·  view source on GitHub ↗

Creates a SqlNodeList with a given backing list. Does not copy the list.

(SqlParserPos pos, List<@Nullable SqlNode> list)

Source from the content-addressed store, hash-verified

105 * Does not copy the list.
106 */
107 public static SqlNodeList of(SqlParserPos pos, List<@Nullable SqlNode> list) {
108 return new SqlNodeList(pos, list);
109 }
110
111 //~ Methods ----------------------------------------------------------------
112

Callers 15

testSqlNodeListMethod · 0.95
expandCovarianceMethod · 0.95
expandVarianceMethod · 0.95
unparseListClauseMethod · 0.95
toListMethod · 0.95
unparseMethod · 0.95
visitMethod · 0.95

Calls 2

addMethod · 0.65
addAllMethod · 0.65