Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/optimizer/src/push_down_limit.rs:330–332 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
328
}
329
330
fn schema(&self) -> &DFSchemaRef {
331
&self.schema
332
}
333
334
fn expressions(&self) -> Vec<Expr> {
335
self.input
Callers
15
is_projection_unnecessary_old
Function · 0.45
align_plan_to_schema
Function · 0.45
rewrite
Method · 0.45
join_with_alias_filter
Function · 0.45
extract_from_plan
Function · 0.45
build_recovery_projection
Function · 0.45
build_extraction_projection_impl
Function · 0.45
split_and_push_projection
Function · 0.45
push_extraction_pairs
Function · 0.45
route_to_inputs
Function · 0.45
try_push_into_inputs
Function · 0.45
rewrite
Method · 0.45
Calls
no outgoing calls
Tested by
12
join_with_alias_filter
Function · 0.36
eliminate_one_union
Function · 0.36
limit_pushdown_basic
Function · 0.36
limit_pushdown_with_skip
Function · 0.36
limit_pushdown_multiple_limits
Function · 0.36
limit_pushdown_multiple_inputs
Function · 0.36
limit_pushdown_disallowed_noop_plan
Function · 0.36
generate_same_schema_different_metadata
Function · 0.36
preserve_null_equality_setting
Function · 0.36
redundant_project_fields
Function · 0.36
redundant_project_fields_join_input
Function · 0.36
eliminated_subexpr_datatype
Function · 0.36