public class ShowColumns extends Statement
Constructor and Description |
---|
ShowColumns(QualifiedName table,
QualifiedName schema,
Expression where) |
ShowColumns(QualifiedName table,
QualifiedName schema,
java.lang.String likePattern) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
com.google.common.base.Optional<java.lang.String> |
likePattern() |
com.google.common.base.Optional<QualifiedName> |
schema() |
QualifiedName |
table() |
java.lang.String |
toString() |
com.google.common.base.Optional<Expression> |
where() |
public ShowColumns(QualifiedName table, @Nullable QualifiedName schema, @Nullable java.lang.String likePattern)
public ShowColumns(QualifiedName table, @Nullable QualifiedName schema, @Nullable Expression where)
public QualifiedName table()
public com.google.common.base.Optional<QualifiedName> schema()
public com.google.common.base.Optional<java.lang.String> likePattern()
public com.google.common.base.Optional<Expression> where()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)