Definition at line 2040 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.nsTimestamp.nsTimestamp |
( |
| ) |
|
|
inline |
Definition at line 2041 of file MapDSqlOperatorTable.java.
2042 super(
"nsTIMESTAMP",
2043 SqlKind.OTHER_FUNCTION,
2046 OperandTypes.STRING,
2047 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.nsTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2051 of file MapDSqlOperatorTable.java.
References TIMESTAMP.
2052 assert opBinding.getOperandCount() == 1;
2053 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
The documentation for this class was generated from the following file: