Class LikeClause
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.TableElement
io.trino.sql.tree.LikeClause
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLikeClause(NodeLocation location, QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption) LikeClause(QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(AstVisitor<R, C> visitor, C context) Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleaninthashCode()toString()Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
Constructor Details
-
LikeClause
-
LikeClause
public LikeClause(NodeLocation location, QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption)
-
-
Method Details
-
getTableName
-
getPropertiesOption
-
accept
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.- Overrides:
acceptin classTableElement
-
getChildren
- Specified by:
getChildrenin classNode
-
equals
-
hashCode
-
toString
-