com.mapd.calcite.parser.HeavyDBSqlOperatorTable.usTimestamp.usTimestamp |
( |
| ) |
|
|
inline |
Definition at line 3398 of file HeavyDBSqlOperatorTable.java.
3399 super(
"usTIMESTAMP",
3400 SqlKind.OTHER_FUNCTION,
3403 OperandTypes.STRING,
3404 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.usTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3408 of file HeavyDBSqlOperatorTable.java.
3409 assert opBinding.getOperandCount() == 1;
3410 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3411 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 6);
The documentation for this class was generated from the following file: