public static class SqlJdbcFunctionCall.SimpleMakeCall extends Object
| Constructor and Description |
|---|
SimpleMakeCall(SqlOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
SqlCall |
createCall(SqlParserPos pos,
SqlNode... operands)
Creates and return a
SqlCall. |
SqlOperator |
getOperator() |
@Nullable String |
isValidArgCount(SqlCallBinding binding) |
public SimpleMakeCall(SqlOperator operator)
public SqlOperator getOperator()
public SqlCall createCall(SqlParserPos pos, SqlNode... operands)
SqlCall. If the MakeCall strategy object
was created with a reordering specified the call will be created with
the operands reordered, otherwise no change of ordering is appliedoperands - Operandspublic @Nullable String isValidArgCount(SqlCallBinding binding)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.