|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.ST_ConcaveHull |
( |
| ) |
|
|
inlinepackage |
Definition at line 2150 of file HeavyDBSqlOperatorTable.java.
2151 super(
"ST_ConcaveHull",
2152 SqlKind.OTHER_FUNCTION,
2156 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2160 of file HeavyDBSqlOperatorTable.java.
2161 assert opBinding.getOperandCount() == 2;
2162 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2163 return typeFactory.createSqlType(SqlTypeName.INTEGER);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_ConcaveHull.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 2166 of file HeavyDBSqlOperatorTable.java.
2167 java.util.List<SqlTypeFamily> st_concavehull_sig =
2168 new java.util.ArrayList<SqlTypeFamily>();
2169 st_concavehull_sig.add(SqlTypeFamily.ANY);
2170 st_concavehull_sig.add(SqlTypeFamily.NUMERIC);
2171 return st_concavehull_sig;
The documentation for this class was generated from the following file: