public class CopyFrom extends Statement
Constructor and Description |
---|
CopyFrom(Table table,
Expression path,
GenericProperties genericProperties) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
equals(java.lang.Object o) |
com.google.common.base.Optional<GenericProperties> |
genericProperties() |
int |
hashCode() |
Expression |
path() |
Table |
table() |
java.lang.String |
toString() |
public CopyFrom(Table table, Expression path, @Nullable GenericProperties genericProperties)
public Table table()
public Expression path()
public com.google.common.base.Optional<GenericProperties> genericProperties()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)