Definition at line 1999 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.is_point_size_in_view.is_point_size_in_view |
( |
| ) |
|
|
inlinepackage |
Definition at line 2000 of file MapDSqlOperatorTable.java.
2001 super(
"is_point_size_in_view",
2002 SqlKind.OTHER_FUNCTION,
2005 OperandTypes.family(SqlTypeFamily.ANY,
2006 SqlTypeFamily.NUMERIC,
2007 SqlTypeFamily.NUMERIC,
2008 SqlTypeFamily.NUMERIC,
2009 SqlTypeFamily.NUMERIC,
2010 SqlTypeFamily.NUMERIC),
2011 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.is_point_size_in_view.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2015 of file MapDSqlOperatorTable.java.
References BOOLEAN.
2016 assert opBinding.getOperandCount() == 6;
2017 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
The documentation for this class was generated from the following file: