com.mapd.calcite.parser.HeavyDBSqlOperatorTable.usTimestamp.usTimestamp |
( |
| ) |
|
|
inline |
Definition at line 3182 of file HeavyDBSqlOperatorTable.java.
3183 super(
"usTIMESTAMP",
3184 SqlKind.OTHER_FUNCTION,
3187 OperandTypes.STRING,
3188 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.usTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3192 of file HeavyDBSqlOperatorTable.java.
3193 assert opBinding.getOperandCount() == 1;
3194 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3195 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 6);
The documentation for this class was generated from the following file: