|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.ST_ConcaveHull |
( |
| ) |
|
|
inlinepackage |
Definition at line 2302 of file HeavyDBSqlOperatorTable.java.
2303 super(
"ST_ConcaveHull",
2304 SqlKind.OTHER_FUNCTION,
2308 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2312 of file HeavyDBSqlOperatorTable.java.
2313 assert opBinding.getOperandCount() == 2;
2314 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2315 return typeFactory.createSqlType(SqlTypeName.INTEGER);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2318 of file HeavyDBSqlOperatorTable.java.
2319 java.util.List<SqlTypeFamily> st_concavehull_sig =
2320 new java.util.ArrayList<SqlTypeFamily>();
2321 st_concavehull_sig.add(SqlTypeFamily.ANY);
2322 st_concavehull_sig.add(SqlTypeFamily.NUMERIC);
2323 return st_concavehull_sig;
The documentation for this class was generated from the following file: