com.mapd.calcite.parser.HeavyDBSqlOperatorTable.usTimestamp.usTimestamp |
( |
| ) |
|
|
inline |
Definition at line 2633 of file HeavyDBSqlOperatorTable.java.
2634 super(
"usTIMESTAMP",
2635 SqlKind.OTHER_FUNCTION,
2638 OperandTypes.STRING,
2639 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.usTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2643 of file HeavyDBSqlOperatorTable.java.
2644 assert opBinding.getOperandCount() == 1;
2645 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2646 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 6);
The documentation for this class was generated from the following file: