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

Method human_display_alias

datafusion/physical-expr/src/aggregate.rs:344–348  ·  view source on GitHub ↗
(mut self, alias: impl Into<String>)

Source from the content-addressed store, hash-verified

342
343 #[doc(hidden)]
344 pub fn human_display_alias(mut self, alias: impl Into<String>) -> Self {
345 let alias = alias.into();
346 self.human_display_alias = (!alias.is_empty()).then_some(alias);
347 self
348 }
349
350 pub fn schema(mut self, schema: SchemaRef) -> Self {
351 self.schema = schema;

Callers 10

buildMethod · 0.80
reverse_exprMethod · 0.80
first_value_agg_exprFunction · 0.80
newMethod · 0.80

Calls 3

intoMethod · 0.45
is_emptyMethod · 0.45
as_refMethod · 0.45

Tested by 1