Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ err
Function
err
misc/python/materialize/cli/optbench.py:307–308 ·
view source on GitHub ↗
(msg: str, fg: str = "red")
Source
from the content-addressed store, hash-verified
305
306
307
def
err(msg: str, fg: str =
"red"
) -> None:
308
click.secho(msg, fg=fg, err=True)
309
310
311
if
__name__ ==
"__main__"
:
Callers
9
ofopen
Function · 0.50
from_str
Method · 0.50
rows
Method · 0.50
execute_stmt_group
Function · 0.50
execute_request
Function · 0.50
execute_stmt
Function · 0.50
build_reduce_inaccumulable_distinct
Method · 0.50
build_bucketed_negated_output
Method · 0.50
build_topk_negated_stage
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected