Definition at line 2249 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.nsTimestamp.nsTimestamp |
( |
| ) |
|
|
inline |
Definition at line 2250 of file MapDSqlOperatorTable.java.
2251 super(
"nsTIMESTAMP",
2252 SqlKind.OTHER_FUNCTION,
2255 OperandTypes.STRING,
2256 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.nsTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2260 of file MapDSqlOperatorTable.java.
2261 assert opBinding.getOperandCount() == 1;
2262 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2263 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 9);
The documentation for this class was generated from the following file: