|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConvexHull.ST_ConvexHull |
( |
| ) |
|
|
inlinepackage |
Definition at line 2711 of file HeavyDBSqlOperatorTable.java.
2712 super(
"ST_ConvexHull",
2713 SqlKind.OTHER_FUNCTION,
2717 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConvexHull.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2721 of file HeavyDBSqlOperatorTable.java.
2722 assert opBinding.getOperandCount() == 1;
2723 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2724 return typeFactory.createSqlType(SqlTypeName.INTEGER);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConvexHull.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2727 of file HeavyDBSqlOperatorTable.java.
2728 java.util.List<SqlTypeFamily> st_convexhull_sig =
2729 new java.util.ArrayList<SqlTypeFamily>();
2730 st_convexhull_sig.add(SqlTypeFamily.ANY);
2731 return st_convexhull_sig;
The documentation for this class was generated from the following file: