com.mapd.calcite.parser.HeavyDBSqlOperatorTable.nsTimestamp.nsTimestamp |
( |
| ) |
|
|
inline |
Definition at line 3200 of file HeavyDBSqlOperatorTable.java.
3201 super(
"nsTIMESTAMP",
3202 SqlKind.OTHER_FUNCTION,
3205 OperandTypes.STRING,
3206 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.nsTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3210 of file HeavyDBSqlOperatorTable.java.
3211 assert opBinding.getOperandCount() == 1;
3212 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3213 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 9);
The documentation for this class was generated from the following file: