com.mapd.calcite.parser.HeavyDBSqlOperatorTable.usTimestamp.usTimestamp |
( |
| ) |
|
|
inline |
Definition at line 3595 of file HeavyDBSqlOperatorTable.java.
3596 super(
"usTIMESTAMP",
3597 SqlKind.OTHER_FUNCTION,
3600 OperandTypes.STRING,
3601 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.usTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3605 of file HeavyDBSqlOperatorTable.java.
3606 assert opBinding.getOperandCount() == 1;
3607 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3608 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 6);
The documentation for this class was generated from the following file: