Definition at line 2231 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.usTimestamp.usTimestamp |
( |
| ) |
|
|
inline |
Definition at line 2232 of file MapDSqlOperatorTable.java.
2233 super(
"usTIMESTAMP",
2234 SqlKind.OTHER_FUNCTION,
2237 OperandTypes.STRING,
2238 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.usTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2242 of file MapDSqlOperatorTable.java.
2243 assert opBinding.getOperandCount() == 1;
2244 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2245 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 6);
The documentation for this class was generated from the following file: