Definition at line 1687 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.OffsetInFragment.OffsetInFragment |
( |
| ) |
|
|
inline |
Definition at line 1688 of file MapDSqlOperatorTable.java.
1689 super(
"OFFSET_IN_FRAGMENT",
1690 SqlKind.OTHER_FUNCTION,
1693 OperandTypes.NILADIC,
1694 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.OffsetInFragment.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1698 of file MapDSqlOperatorTable.java.
References INTEGER.
1699 assert opBinding.getOperandCount() == 0;
1700 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
The documentation for this class was generated from the following file: