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

Method column_name

datafusion/core/tests/physical_optimizer/test_utils.rs:680–685  ·  view source on GitHub ↗

What name would this aggregate produce in a plan?

(&self)

Source from the content-addressed store, hash-verified

678
679 /// What name would this aggregate produce in a plan?
680 pub fn column_name(&self) -> &'static str {
681 match self {
682 Self::CountStar => "COUNT(*)",
683 Self::ColumnA(_) => "COUNT(a)",
684 }
685 }
686
687 /// What is the expected count?
688 pub fn expected_count(&self) -> i64 {

Callers 1

count_exprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected