com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgExtract.PgExtract |
( |
| ) |
|
|
inline |
Definition at line 528 of file HeavyDBSqlOperatorTable.java.
530 SqlKind.OTHER_FUNCTION,
533 OperandTypes.family(SqlTypeFamily.STRING, SqlTypeFamily.DATETIME),
534 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.PgExtract.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 538 of file HeavyDBSqlOperatorTable.java.
539 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
540 return typeFactory.createTypeWithNullability(
541 typeFactory.createSqlType(SqlTypeName.BIGINT),
542 opBinding.getOperandType(1).isNullable());
The documentation for this class was generated from the following file: