Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ is_blank_line
Function
is_blank_line
benchmarks/src/sql_benchmark.rs:1298–1300 ·
view source on GitHub ↗
(line: &str)
Source
from the content-addressed store, hash-verified
1296
}
1297
1298
fn is_blank_line(line: &str) -> bool {
1299
line.trim().is_empty()
1300
}
1301
1302
fn is_comment_line(line: &str) -> bool {
1303
let line = line.trim_start();
Callers
4
process_query_directive
Method · 0.85
process_template
Method · 0.85
is_blank_or_comment_line
Function · 0.85
read_query_from_reader
Function · 0.85
Calls
2
trim
Method · 0.80
is_empty
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…