Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kashav/fsql
/ Error
Method
Error
evaluate/error.go:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(e *ErrUnsupportedOperator) Error() string {
36
return
fmt.Sprintf(
"unsupported operator %s for attribute %s"
,
37
e.Operator.String(), e.Attribute)
38
}
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected