MCPcopy Create free account
hub / github.com/apache/datafusion / test_schema

Function test_schema

datafusion/physical-expr/src/simplifier/mod.rs:104–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 use datafusion_expr::Operator;
103
104 fn test_schema() -> Schema {
105 Schema::new(vec![
106 Field::new("c1", DataType::Int32, false),
107 Field::new("c2", DataType::Int64, false),
108 Field::new("c3", DataType::Utf8, false),
109 ])
110 }
111
112 fn not_test_schema() -> Schema {
113 Schema::new(vec![

Calls 1

newFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…