OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
org.apache.calcite.sql2rel.StandardConvertletTable.FloorCeilConvertlet Class Reference
+ Inheritance diagram for org.apache.calcite.sql2rel.StandardConvertletTable.FloorCeilConvertlet:
+ Collaboration diagram for org.apache.calcite.sql2rel.StandardConvertletTable.FloorCeilConvertlet:

Public Member Functions

RexNode convertCall (SqlRexContext cx, SqlCall call)
 

Detailed Description

Convertlet that handles

FLOOR

and

CEIL

functions.

Definition at line 1387 of file StandardConvertletTable.java.

Member Function Documentation

RexNode org.apache.calcite.sql2rel.StandardConvertletTable.FloorCeilConvertlet.convertCall ( SqlRexContext  cx,
SqlCall  call 
)
inline

Definition at line 1388 of file StandardConvertletTable.java.

1388  {
1389  return convertFloorCeil(cx, call);
1390  }
RexNode convertFloorCeil(SqlRexContext cx, SqlCall call)

The documentation for this class was generated from the following file: