com.mapd.calcite.parser.HeavyDBSqlOperatorTable.JarowinklerSimilarity.JarowinklerSimilarity |
( |
| ) |
|
|
inline |
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.JarowinklerSimilarity.getSignatureFamilies |
( |
| ) |
|
|
inlinestaticprivate |
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.JarowinklerSimilarity.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1619 of file HeavyDBSqlOperatorTable.java.
1620 assert opBinding.getOperandCount() == 2;
1621 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1622 RelDataType dataType = typeFactory.createSqlType(SqlTypeName.BIGINT);
1623 return typeFactory.createTypeWithNullability(dataType,
true);
The documentation for this class was generated from the following file: