public class SqlCreateFunction
extends org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCreate
CREATE FUNCTION statement.ifNotExists| Constructor and Description | 
|---|
SqlCreateFunction(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos,
                 boolean replace,
                 org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlIdentifier functionName,
                 org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode jarPath,
                 boolean isAggregate)
Creates a SqlCreateFunction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)  | 
java.util.List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode> | 
getOperandList()  | 
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlOperator | 
getOperator()  | 
void | 
unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer,
       int leftPrec,
       int rightPrec)  | 
getReplace, setReplaceaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlCreateFunction(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos,
                         boolean replace,
                         org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlIdentifier functionName,
                         org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode jarPath,
                         boolean isAggregate)
public void unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer,
                    int leftPrec,
                    int rightPrec)
unparse in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCallpublic org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlOperator getOperator()
getOperator in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDdlpublic java.util.List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCallpublic void execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)