MCPcopy 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
86class QueryError(Exception):
87 """Raised by Client.query() when a query fails."""
88 pass
89
90
91def decode_jsup(jsup):

Callers 1

decode_jsupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected