public class SQLTableSampling extends SQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLTableSampling() |
| Modifier and Type | Method and Description |
|---|---|
SQLTableSampling |
clone() |
SQLExpr |
getBucket() |
SQLExpr |
getByteLength() |
SQLExpr |
getOn() |
SQLExpr |
getOutOf() |
SQLExpr |
getPercent() |
SQLExpr |
getRows() |
boolean |
isBernoulli() |
boolean |
isSystem() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setBernoulli(boolean bernoulli) |
void |
setBucket(SQLExpr x) |
void |
setByteLength(SQLExpr x) |
void |
setOn(SQLExpr x) |
void |
setOutOf(SQLExpr x) |
void |
setPercent(SQLExpr x) |
void |
setRows(SQLExpr x) |
void |
setSystem(boolean system) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic SQLTableSampling clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic SQLExpr getBucket()
public void setBucket(SQLExpr x)
public SQLExpr getOutOf()
public void setOutOf(SQLExpr x)
public SQLExpr getOn()
public void setOn(SQLExpr x)
public SQLExpr getPercent()
public void setPercent(SQLExpr x)
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic SQLExpr getByteLength()
public void setByteLength(SQLExpr x)
public SQLExpr getRows()
public void setRows(SQLExpr x)
public boolean isBernoulli()
public void setBernoulli(boolean bernoulli)
public boolean isSystem()
public void setSystem(boolean system)
Copyright © 2013–2020 Alibaba Group. All rights reserved.