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

Method output_metadata

datafusion/physical-expr/src/aggregate.rs:329–332  ·  view source on GitHub ↗
(mut self, metadata: Option<FieldMetadata>)

Source from the content-addressed store, hash-verified

327 }
328
329 fn output_metadata(mut self, metadata: Option<FieldMetadata>) -> Self {
330 self.output_metadata = metadata;
331 self
332 }
333
334 pub fn human_display(mut self, name: impl Into<String>) -> Self {
335 let name = name.into();

Callers 3

buildMethod · 0.80
reverse_exprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected