|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConvexHull.ST_ConvexHull |
( |
| ) |
|
|
inlinepackage |
Definition at line 2328 of file HeavyDBSqlOperatorTable.java.
2329 super(
"ST_ConvexHull",
2330 SqlKind.OTHER_FUNCTION,
2334 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConvexHull.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2338 of file HeavyDBSqlOperatorTable.java.
2339 assert opBinding.getOperandCount() == 1;
2340 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2341 return typeFactory.createSqlType(SqlTypeName.INTEGER);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConvexHull.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2344 of file HeavyDBSqlOperatorTable.java.
2345 java.util.List<SqlTypeFamily> st_convexhull_sig =
2346 new java.util.ArrayList<SqlTypeFamily>();
2347 st_convexhull_sig.add(SqlTypeFamily.ANY);
2348 return st_convexhull_sig;
The documentation for this class was generated from the following file: