|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.ST_ConcaveHull |
( |
| ) |
|
|
inlinepackage |
Definition at line 2685 of file HeavyDBSqlOperatorTable.java.
2686 super(
"ST_ConcaveHull",
2687 SqlKind.OTHER_FUNCTION,
2691 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2695 of file HeavyDBSqlOperatorTable.java.
2696 assert opBinding.getOperandCount() == 2;
2697 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2698 return typeFactory.createSqlType(SqlTypeName.INTEGER);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2701 of file HeavyDBSqlOperatorTable.java.
2702 java.util.List<SqlTypeFamily> st_concavehull_sig =
2703 new java.util.ArrayList<SqlTypeFamily>();
2704 st_concavehull_sig.add(SqlTypeFamily.ANY);
2705 st_concavehull_sig.add(SqlTypeFamily.NUMERIC);
2706 return st_concavehull_sig;
The documentation for this class was generated from the following file: