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, setReplace
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public 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.SqlCall
public 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.SqlDdl
public 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.SqlCall
public void execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)