Commit 7b0c2d1
committed
Restrict cast_with_target_field to crate-only
Narrow cast_with_target_field from a public re-export to a
crate-only re-export in datafusion/physical-expr/src/expressions/mod.rs.
This change allows the planner to still utilize it while reducing
the public expressions API surface.1 parent 12acf9b commit 7b0c2d1
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
0 commit comments