|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_MaxDistance.ST_MaxDistance |
( |
| ) |
|
|
inlinepackage |
Definition at line 1806 of file HeavyDBSqlOperatorTable.java.
1807 super(
"ST_MaxDistance",
1808 SqlKind.OTHER_FUNCTION,
1812 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_MaxDistance.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1816 of file HeavyDBSqlOperatorTable.java.
1817 assert opBinding.getOperandCount() == 2;
1818 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1819 return typeFactory.createTypeWithNullability(
1820 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1821 opBinding.getOperandType(0).isNullable()
1822 || opBinding.getOperandType(1).isNullable());
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_MaxDistance.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1825 of file HeavyDBSqlOperatorTable.java.
1826 java.util.List<SqlTypeFamily> st_maxdistance_sig =
1827 new java.util.ArrayList<SqlTypeFamily>();
1828 st_maxdistance_sig.add(SqlTypeFamily.ANY);
1829 st_maxdistance_sig.add(SqlTypeFamily.ANY);
1830 return st_maxdistance_sig;
The documentation for this class was generated from the following file: