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

Method remove_padding

datafusion/physical-plan/src/display.rs:938–940  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

936 }
937
938 fn remove_padding(s: &str) -> String {
939 s.trim().to_string()
940 }
941
942 pub fn split_up_extra_info(
943 extra_info: &HashMap<String, String>,

Callers

nothing calls this directly

Calls 2

trimMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected