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