Definition at line 693 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.PgExtract.PgExtract |
( |
| ) |
|
|
inline |
Definition at line 694 of file MapDSqlOperatorTable.java.
696 SqlKind.OTHER_FUNCTION,
699 OperandTypes.family(SqlTypeFamily.STRING, SqlTypeFamily.DATETIME),
700 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.PgExtract.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 704 of file MapDSqlOperatorTable.java.
705 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
706 return typeFactory.createTypeWithNullability(
707 typeFactory.createSqlType(SqlTypeName.BIGINT),
708 opBinding.getOperandType(1).isNullable());
The documentation for this class was generated from the following file: