com.mapd.calcite.parser.HeavyDBSqlOperatorTable.nsTimestamp.nsTimestamp |
( |
| ) |
|
|
inline |
Definition at line 3613 of file HeavyDBSqlOperatorTable.java.
3614 super(
"nsTIMESTAMP",
3615 SqlKind.OTHER_FUNCTION,
3618 OperandTypes.STRING,
3619 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.nsTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3623 of file HeavyDBSqlOperatorTable.java.
3624 assert opBinding.getOperandCount() == 1;
3625 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3626 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 9);
The documentation for this class was generated from the following file: