com.mapd.calcite.parser.HeavyDBSqlOperatorTable.nsTimestamp.nsTimestamp |
( |
| ) |
|
|
inline |
Definition at line 2648 of file HeavyDBSqlOperatorTable.java.
2649 super(
"nsTIMESTAMP",
2650 SqlKind.OTHER_FUNCTION,
2653 OperandTypes.STRING,
2654 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.nsTimestamp.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2658 of file HeavyDBSqlOperatorTable.java.
2659 assert opBinding.getOperandCount() == 1;
2660 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2661 return typeFactory.createSqlType(SqlTypeName.TIMESTAMP, 9);
The documentation for this class was generated from the following file: