|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_MaxDistance.ST_MaxDistance |
( |
| ) |
|
|
inlinepackage |
Definition at line 2189 of file HeavyDBSqlOperatorTable.java.
2190 super(
"ST_MaxDistance",
2191 SqlKind.OTHER_FUNCTION,
2195 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_MaxDistance.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2199 of file HeavyDBSqlOperatorTable.java.
2200 assert opBinding.getOperandCount() == 2;
2201 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2202 return typeFactory.createTypeWithNullability(
2203 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2204 opBinding.getOperandType(0).isNullable()
2205 || opBinding.getOperandType(1).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_MaxDistance.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2208 of file HeavyDBSqlOperatorTable.java.
2209 java.util.List<SqlTypeFamily> st_maxdistance_sig =
2210 new java.util.ArrayList<SqlTypeFamily>();
2211 st_maxdistance_sig.add(SqlTypeFamily.ANY);
2212 st_maxdistance_sig.add(SqlTypeFamily.ANY);
2213 return st_maxdistance_sig;
The documentation for this class was generated from the following file: