Definition at line 395 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.Now.Now |
( |
| ) |
|
|
inline |
Definition at line 396 of file MapDSqlOperatorTable.java.
398 SqlKind.OTHER_FUNCTION,
401 OperandTypes.NILADIC,
402 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.Now.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 406 of file MapDSqlOperatorTable.java.
References assert().
407 assert opBinding.getOperandCount() == 0;
408 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
409 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP);
int64_t const int32_t sz assert(dest)
The documentation for this class was generated from the following file: