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