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

Method into

datafusion/common/src/scalar/struct_builder.rs:157–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155
156impl IntoFields for Fields {
157 fn into(self) -> Fields {
158 self
159 }
160}
161
162impl IntoFields for &Fields {

Callers 15

create_parquet_fileFunction · 0.45
setup_filesFunction · 0.45
create_planFunction · 0.45
build_test_data_frameFunction · 0.45
struct_literalFunction · 0.45
defaultMethod · 0.45

Calls 1

cloneMethod · 0.45