Definition at line 434 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.PgExtract.PgExtract |
( |
| ) |
|
|
inline |
Definition at line 435 of file MapDSqlOperatorTable.java.
437 SqlKind.OTHER_FUNCTION,
440 OperandTypes.family(SqlTypeFamily.STRING, SqlTypeFamily.DATETIME),
441 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.PgExtract.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 445 of file MapDSqlOperatorTable.java.
446 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
447 return typeFactory.createTypeWithNullability(
448 typeFactory.createSqlType(SqlTypeName.BIGINT),
449 opBinding.getOperandType(1).isNullable());
The documentation for this class was generated from the following file: