Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crate/crate
/ query
Method
query
libs/sql-parser/src/main/java/io/crate/sql/tree/Declare.java:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
public
Query query() {
68
return
query;
69
}
70
71
@Override
72
public
<R, C> R accept(AstVisitor<R, C> visitor, C context) {
Callers
11
bind
Method · 0.95
visitCreateTableAs
Method · 0.45
visitWithQuery
Method · 0.45
visitDeclare
Method · 0.45
visitCreateTableAs
Method · 0.45
visitQueryOptParens
Method · 0.45
visitInsert
Method · 0.45
visitNamedQuery
Method · 0.45
visitSubqueryRelation
Method · 0.45
visitExists
Method · 0.45
visitSubqueryExpression
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected