Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ QueryError
Class
QueryError
python/superdb/superdb.py:86–88 ·
view source on GitHub ↗
Raised by Client.query() when a query fails.
Source
from the content-addressed store, hash-verified
84
85
86
class
QueryError(Exception):
87
""
"Raised by Client.query() when a query fails."
""
88
pass
89
90
91
def
decode_jsup(jsup):
Callers
1
decode_jsup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected