com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgExtract.PgExtract |
( |
| ) |
|
|
inline |
Definition at line 547 of file HeavyDBSqlOperatorTable.java.
549 SqlKind.OTHER_FUNCTION,
552 OperandTypes.family(SqlTypeFamily.STRING, SqlTypeFamily.DATETIME),
553 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgExtract.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 557 of file HeavyDBSqlOperatorTable.java.
558 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
559 return typeFactory.createTypeWithNullability(
560 typeFactory.createSqlType(SqlTypeName.BIGINT),
561 opBinding.getOperandType(1).isNullable());
The documentation for this class was generated from the following file: