JavaScript is disabled on your browser.
Skip navigation links
Apache Calcite
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.calcite.sql2rel
Interface SqlRexConvertlet
public interface
SqlRexConvertlet
Thunk which converts a
SqlNode
expression into a
RexNode
expression.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
RexNode
convertCall
(
SqlRexContext
cx,
SqlCall
call)
Method Details
convertCall
RexNode
convertCall
(
SqlRexContext
cx,
SqlCall
call)