com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Hash.Hash |
( |
| ) |
|
|
inline |
Definition at line 1752 of file HeavyDBSqlOperatorTable.java.
1754 SqlKind.OTHER_FUNCTION,
1758 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > getSignatureFamilies()
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Hash.getSignatureFamilies |
( |
| ) |
|
|
inlinestaticprivate |
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.Hash.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1771 of file HeavyDBSqlOperatorTable.java.
1772 assert opBinding.getOperandCount() == 1;
1773 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1774 return typeFactory.createTypeWithNullability(
1775 typeFactory.createSqlType(SqlTypeName.BIGINT),
1776 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: