protected static class AbstractHiveQLProcessor.TableName extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
database |
private boolean |
input |
private String |
table |
| Constructor and Description |
|---|
TableName(String database,
String table,
boolean input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDatabase() |
String |
getTable() |
int |
hashCode() |
boolean |
isInput() |
String |
toString() |
Copyright © 2023 Apache NiFi Project. All rights reserved.