Definition at line 458 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.PgExtract.PgExtract |
( |
| ) |
|
|
inline |
Definition at line 459 of file MapDSqlOperatorTable.java.
461 SqlKind.OTHER_FUNCTION,
464 OperandTypes.family(SqlTypeFamily.STRING, SqlTypeFamily.DATETIME),
465 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.PgExtract.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 469 of file MapDSqlOperatorTable.java.
References BIGINT.
470 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
471 return typeFactory.createTypeWithNullability(
473 opBinding.getOperandType(1).isNullable());
The documentation for this class was generated from the following file: