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

Method to_dfschema

datafusion/common/src/dfschema.rs:1175–1177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1173
1174impl ToDFSchema for Schema {
1175 fn to_dfschema(self) -> Result<DFSchema> {
1176 DFSchema::try_from(self)
1177 }
1178}
1179
1180impl ToDFSchema for SchemaRef {

Callers 5

logical2physicalFunction · 0.80
createMethod · 0.80
get_parquet_execFunction · 0.80
to_dfschema_refMethod · 0.80

Calls 4

newFunction · 0.85
emptyFunction · 0.50
lenMethod · 0.45
intoMethod · 0.45

Tested by 1

get_parquet_execFunction · 0.64