com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Replace.Replace |
( |
| ) |
|
|
inline |
SqlCall com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Replace.createCall |
( |
@Nullable SqlLiteral |
functionQualifier, |
|
|
SqlParserPos |
pos, |
|
|
@Nullable SqlNode... |
operands |
|
) |
| |
|
inline |
Definition at line 1224 of file HeavyDBSqlOperatorTable.java.
1227 assert functionQualifier == null;
1228 switch (operands.length) {
1230 operands =
new SqlNode[] {
1231 operands[0], operands[1], SqlLiteral.createCharString(
"", pos)};
1236 throw new IllegalArgumentException(
1237 "Invalid operand count " + Arrays.toString(operands));
1239 return super.createCall(functionQualifier, pos, operands);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Replace.getSignatureFamilies |
( |
| ) |
|
|
inlinestaticprivate |
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Replace.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
boolean com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Replace.requiresCreate |
( |
List< SqlNode > |
operands | ) |
|
|
inline |
The documentation for this class was generated from the following file: