Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ data
Method
data
datafusion/common/src/tree_node.rs:1250–1252 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1248
1249
impl<T> TransformedResult<T> for Result<Transformed<T>> {
1250
fn data(self) -> Result<T> {
1251
self.map(|t| t.data)
1252
}
1253
1254
fn transformed(self) -> Result<bool> {
1255
self.map(|t| t.transformed)
Callers
15
rewrite
Method · 0.45
rewrite
Method · 0.45
columnize_expr
Function · 0.45
infer_placeholder_types
Method · 0.45
test_transform_explain
Function · 0.45
rewrite_in_terms_of_projection
Function · 0.45
normalize_col
Function · 0.45
normalize_col_with_schemas_and_ambiguity_check
Function · 0.45
replace_col
Function · 0.45
unnormalize_col
Function · 0.45
strip_outer_reference
Function · 0.45
rewriter_rewrite
Function · 0.45
Calls
1
map
Method · 0.45
Tested by
15
test_transform_explain
Function · 0.36
rewriter_rewrite
Function · 0.36
test_not_null_guarantee
Function · 0.36
test_column_single_value
Function · 0.36
test_in_list
Function · 0.36
run
Method · 0.36
try_to_plan
Method · 0.36
check_integrity
Function · 0.36
execute_plan
Method · 0.36
rewrite
Method · 0.36
analyze_plan
Method · 0.36
analyze_expr
Method · 0.36