Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.calcite.sql.fun Classes and Interfaces - 56 results found.
NameDescriptionTypePackageFramework
SqlAbstractGroupFunctionClassorg.apache.calcite.sql.funCalcite
SqlAbstractTimeFunctionBase class for time functions such as LOCALTIME, LOCALTIME(n).Classorg.apache.calcite.sql.funCalcite
SqlArrayQueryConstructorClassorg.apache.calcite.sql.funCalcite
SqlArrayValueConstructorClassorg.apache.calcite.sql.funCalcite
SqlAvgAggFunctionAvg is an aggregator which returns the average of the values which go into it.Classorg.apache.calcite.sql.funCalcite
SqlAvgAggFunction .SubtypeSub-type of aggregate function.Classorg.apache.calcite.sql.fun.SqlAvgAggFunctionCalcite
SqlBetweenOperatorDefines the BETWEEN operator.Classorg.apache.calcite.sql.funCalcite
SqlBetweenOperator .FlagDefines the SYMMETRIC and ASYMMETRIC keywords.Classorg.apache.calcite.sql.fun.SqlBetweenOperatorCalcite
SqlCaseA SqlCase is a node of a parse tree which represents a case statement.Classorg.apache.calcite.sql.funCalcite
SqlCaseOperatorAn operator describing a CASE, NULLIF or COALESCE expression.Classorg.apache.calcite.sql.funCalcite
SqlCastFunctionSqlCastFunction.Classorg.apache.calcite.sql.funCalcite
SqlCoalesceFunctionThe COALESCE function.Classorg.apache.calcite.sql.funCalcite
SqlCollectionTableOperatorSqlCollectionTableOperator is the table function derived table operator.Classorg.apache.calcite.sql.funCalcite
SqlColumnListConstructorSqlColumnListConstructor defines the non-standard constructor used to pass a COLUMN_LIST parameter to a UDX.Classorg.apache.calcite.sql.funCalcite
SqlConvertFunctionClassorg.apache.calcite.sql.funCalcite
SqlCountAggFunctionDefinition of the SQL COUNT aggregation function.Classorg.apache.calcite.sql.funCalcite
SqlCovarAggFunctionCovar is an aggregator which returns the Covariance of the values which go into it.Classorg.apache.calcite.sql.funCalcite
SqlCovarAggFunction .SubtypeReturns the enum constant of thClassorg.apache.calcite.sql.fun.SqlCovarAggFunctionCalcite
SqlCurrentDateFunctionThe CURRENT_DATE function.Classorg.apache.calcite.sql.funCalcite
SqlCursorConstructorClassorg.apache.calcite.sql.funCalcite
SqlDatetimeSubtractionOperatorA special operator for the subtraction of two DATETIMEs.Classorg.apache.calcite.sql.funCalcite
SqlExtractFunctionThe SQL EXTRACT operator.Classorg.apache.calcite.sql.funCalcite
SqlFirstLastValueAggFunctionFIRST_VALUE and LAST_VALUE aggregate functions return the first or the last value in a list of values that are input to theClassorg.apache.calcite.sql.funCalcite
SqlFloorFunctionDefinition of the FLOOR and CEIL built-in SQL functions.Classorg.apache.calcite.sql.funCalcite
SqlHistogramAggFunctionHISTOGRAM is the base operator that supports the Histogram MIN/MAX aggregate functions.Classorg.apache.calcite.sql.funCalcite
SqlInOperatorDefinition of the SQL IN operator, which tests for a value's membership in a subquery or a list of values.Classorg.apache.calcite.sql.funCalcite
SqlLeadLagAggFunctionLEAD and LAG aggregate functions return the value of given expression evaluated at given offset.Classorg.apache.calcite.sql.funCalcite
SqlLikeOperatorAn operator describing the LIKE and SIMILAR Syntax of the two operators:Classorg.apache.calcite.sql.funCalcite
SqlLiteralChainOperatorInternal operator, by which the parser represents a continued string literal.Classorg.apache.calcite.sql.funCalcite
SqlMapQueryConstructorDefinition of the MAP query constructor, Like the MAP type, not standard SQL.Classorg.apache.calcite.sql.funCalcite
SqlMapValueConstructorDefinition of the MAP constructor, MAP [, , .Classorg.apache.calcite.sql.funCalcite
SqlMinMaxAggFunctionDefinition of the MIN and MAX aggregate functions, returning the returns the smallest/largest of the values which go into it.Classorg.apache.calcite.sql.funCalcite
SqlMonotonicBinaryOperatorBase class for binary operators such as addition, subtraction, and multiplication which are monotonic for the patterns m op c andClassorg.apache.calcite.sql.funCalcite
SqlMonotonicUnaryFunctionClassorg.apache.calcite.sql.funCalcite
SqlMultisetMemberOfOperatorMultiset MEMBER OF.Classorg.apache.calcite.sql.funCalcite
SqlMultisetQueryConstructorDefinition of the SQL:2003 standard MULTISET query constructor, MULTISET ().Classorg.apache.calcite.sql.funCalcite
SqlMultisetSetOperatorAn operator which performs set operations on multisets, such as MULTISET Not to be confused with SqlMultisetValueConstructor orClassorg.apache.calcite.sql.funCalcite
SqlMultisetValueConstructorDefinition of the SQL:2003 standard MULTISET constructor, MULTISET Derived classes construct other kinds of collections.Classorg.apache.calcite.sql.funCalcite
SqlNewOperatorSqlNewOperator represents an SQL new specification such as NEW UDT(1, 2).Classorg.apache.calcite.sql.funCalcite
SqlNtileAggFunctionNTILE aggregate function return the value of given expression evaluated at given offset.Classorg.apache.calcite.sql.funCalcite
SqlNullifFunctionThe NULLIF function.Classorg.apache.calcite.sql.funCalcite
SqlOverlapsOperatorSqlOverlapsOperator represents the SQL:1999 standard OVERLAPS function.Classorg.apache.calcite.sql.funCalcite
SqlOverlayFunctionThe OVERLAY function.Classorg.apache.calcite.sql.funCalcite
SqlPositionFunctionThe POSITION function.Classorg.apache.calcite.sql.funCalcite
SqlQuarterFunctionSqlQuarterFunction represents the SQL:1999 standard QUARTER function.Classorg.apache.calcite.sql.funCalcite
SqlRowOperatorSqlRowOperator represents the special ROW constructor.Classorg.apache.calcite.sql.funCalcite
SqlSequenceValueOperatorOperator that returns the current or next value of a sequence.Classorg.apache.calcite.sql.funCalcite
SqlSingleValueAggFunctionSINGLE_VALUE aggregate function returns the input value if there is only one value in the input; Otherwise it triggers a run-time error.Classorg.apache.calcite.sql.funCalcite
SqlStdOperatorTable the standard operators and functions.Classorg.apache.calcite.sql.funCalcite
SqlStringContextVariableBase class for functions such as USER, CURRENT_ROLE, and CURRENT_PATH.Classorg.apache.calcite.sql.funCalcite
SqlSubstringFunctionDefinition of the SUBSTRING builtin SQL function.Classorg.apache.calcite.sql.funCalcite
SqlSumAggFunctionSum is an aggregator which returns the sum of the values which go into it.Classorg.apache.calcite.sql.funCalcite
SqlSumEmptyIsZeroAggFunctionSum0 is an aggregator which returns the sum of the values which go into it like Sum.Classorg.apache.calcite.sql.funCalcite
SqlThrowOperatorAn internal operator that throws an exception.Classorg.apache.calcite.sql.funCalcite
SqlTrimFunctionDefinition of the TRIM builtin SQL function.Classorg.apache.calcite.sql.funCalcite
SqlTrimFunction .FlagDefines the enumerated values LEADING, TRAILING, BOTH.Classorg.apache.calcite.sql.fun.SqlTrimFunctionCalcite