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

Method of

core/src/main/java/org/apache/calcite/rex/RexInputRef.java:87–89  ·  view source on GitHub ↗

Creates a reference to a given field in a row type.

(int index, RelDataType rowType)

Source from the content-addressed store, hash-verified

85 * Creates a reference to a given field in a row type.
86 */
87 public static RexInputRef of(int index, RelDataType rowType) {
88 return of(index, rowType.getFieldList());
89 }
90
91 /**
92 * Creates a reference to a given field in a list of fields.

Calls 3

getFieldListMethod · 0.65
getTypeMethod · 0.65
getMethod · 0.65