We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c70c21 commit e344f5eCopy full SHA for e344f5e
1 file changed
datafusion/physical-expr-common/src/metrics/mod.rs
@@ -565,6 +565,9 @@ impl Display for Label {
565
pub struct LabelValue(LabelValueInner);
566
567
/// Internal representation for label names and values.
568
+///
569
+/// Keep the storage variants private so `LabelValue` can remain a public input
570
+/// type for `Label::new` without exposing its representation as public API.
571
#[derive(Clone)]
572
enum LabelValueInner {
573
Static(&'static str),
0 commit comments