|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 1323 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_MaxDistance.ST_MaxDistance |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_MaxDistance.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1334 of file MapDSqlOperatorTable.java.
1335 assert opBinding.getOperandCount() == 2;
1336 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1337 return typeFactory.createTypeWithNullability(
1338 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1339 opBinding.getOperandType(0).isNullable()
1340 || opBinding.getOperandType(1).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_MaxDistance.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: