(name: &str, fields: Vec<Field>)
| 547 | } |
| 548 | |
| 549 | fn arc_struct_field(name: &str, fields: Vec<Field>) -> FieldRef { |
| 550 | Arc::new(struct_field(name, fields)) |
| 551 | } |
| 552 | |
| 553 | #[test] |
| 554 | fn test_cast_simple_column() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…