MCPcopy Create free account
hub / github.com/apache/datafusion / value

Function value

benchmarks/src/benchmark_runner/output.rs:112–114  ·  view source on GitHub ↗
(text: impl Display)

Source from the content-addressed store, hash-verified

110}
111
112fn value(text: impl Display) -> String {
113 styled(AnsiColor::Green.on_default(), text)
114}
115
116fn label(text: impl Display) -> String {
117 styled(Style::new().bold(), text)

Callers 11

expr_to_sql_innerMethod · 0.85
handle_timestampMethod · 0.85
handle_timeMethod · 0.85
scalar_to_sqlMethod · 0.85
string_literal_to_sqlMethod · 0.85
write_suite_list_optionFunction · 0.85

Calls 1

styledFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…