Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetIsAgg
Method
GetIsAgg
rel/sql.pb.go:209–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
}
208
209
func
(m *SqlSelectPb) GetIsAgg() bool {
210
if
m != nil {
211
return
m.IsAgg
212
}
213
return
false
214
}
215
216
func
(m *SqlSelectPb) GetFinalized() bool {
217
if
m != nil {
Callers
1
SqlSelectFromPb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected