Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ GetDistinct
Method
GetDistinct
rel/sql.pb.go:125–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
}
124
125
func
(m *SqlSelectPb) GetDistinct() bool {
126
if
m != nil {
127
return
m.Distinct
128
}
129
return
false
130
}
131
132
func
(m *SqlSelectPb) GetColumns() []*ColumnPb {
133
if
m != nil {
Callers
2
ProjectionFromPb
Function · 0.45
SqlSelectFromPb
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected