Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
fn value(text: impl Display) -> String {
113
styled(AnsiColor::Green.on_default(), text)
114
}
115
116
fn label(text: impl Display) -> String {
117
styled(Style::new().bold(), text)
Callers
11
test_window_frame_creation
Function · 0.85
select_to_sql_recursively
Method · 0.85
peel_to_unnest_with_modifiers
Method · 0.85
expr_to_sql_inner
Method · 0.85
handle_timestamp
Method · 0.85
handle_time
Method · 0.85
scalar_to_sql
Method · 0.85
interval_to_mysql_expr
Method · 0.85
interval_scalar_to_sql
Method · 0.85
string_literal_to_sql
Method · 0.85
write_suite_list_option
Function · 0.85
Calls
1
styled
Function · 0.85
Tested by
1
test_window_frame_creation
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…