Class BigQuerySelectQueryBlock.DifferentialPrivacy
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.bigquery.ast.BigQuerySelectQueryBlock.DifferentialPrivacy
- All Implemented Interfaces:
SQLObject,BigQueryObject
- Enclosing class:
BigQuerySelectQueryBlock
public static class BigQuerySelectQueryBlock.DifferentialPrivacy
extends SQLObjectImpl
implements BigQueryObject
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept0(BigQueryVisitor visitor) voidclone()booleaninthashCode()Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Constructor Details
-
DifferentialPrivacy
public DifferentialPrivacy()
-
-
Method Details
-
equals
-
getOptions
-
hashCode
public int hashCode() -
accept0
- Specified by:
accept0in interfaceBigQueryObject- Specified by:
accept0in classSQLObjectImpl
-
accept0
- Specified by:
accept0in interfaceBigQueryObject
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-