public static class SqlCommandParser.SqlCommandCall extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.flink.table.client.cli.SqlCommandParser.SqlCommand |
command |
String[] |
operands |
| Constructor and Description |
|---|
SqlCommandCall(org.apache.flink.table.client.cli.SqlCommandParser.SqlCommand command) |
SqlCommandCall(org.apache.flink.table.client.cli.SqlCommandParser.SqlCommand command,
String[] operands) |
public final org.apache.flink.table.client.cli.SqlCommandParser.SqlCommand command
public final String[] operands
public SqlCommandCall(org.apache.flink.table.client.cli.SqlCommandParser.SqlCommand command,
String[] operands)
public SqlCommandCall(org.apache.flink.table.client.cli.SqlCommandParser.SqlCommand command)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.