com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgExtract.PgExtract |
( |
| ) |
|
|
inline |
Definition at line 487 of file HeavyDBSqlOperatorTable.java.
489 SqlKind.OTHER_FUNCTION,
492 OperandTypes.family(SqlTypeFamily.STRING, SqlTypeFamily.DATETIME),
493 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgExtract.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 497 of file HeavyDBSqlOperatorTable.java.
498 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
499 return typeFactory.createTypeWithNullability(
500 typeFactory.createSqlType(SqlTypeName.BIGINT),
501 opBinding.getOperandType(1).isNullable());
The documentation for this class was generated from the following file: