com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Datetime.Datetime |
( |
| ) |
|
|
inline |
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Datetime.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 530 of file HeavyDBSqlOperatorTable.java.
531 assert opBinding.getOperandCount() == 1;
532 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
533 return typeFactory.createSqlType(
534 SqlTypeName.TIMESTAMP, opBinding.getOperandType(0).getPrecision());
The documentation for this class was generated from the following file: