Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ new
Method
new
test-utils/src/lib.rs:119–124 ·
view source on GitHub ↗
(name: impl Into<String>, schema: Schema)
Source
from the content-addressed store, hash-verified
117
118
impl TableDef {
119
fn new(name: impl Into<String>, schema: Schema) -> Self {
120
Self {
121
name: name.into(),
122
schema,
123
}
124
}
125
}
Callers
nothing calls this directly
Calls
1
into
Method · 0.45
Tested by
no test coverage detected