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

Method with_metadata

datafusion/expr/src/expr.rs:742–745  ·  view source on GitHub ↗
(mut self, metadata: Option<FieldMetadata>)

Source from the content-addressed store, hash-verified

740 }
741
742 pub fn with_metadata(mut self, metadata: Option<FieldMetadata>) -> Self {
743 self.metadata = metadata;
744 self
745 }
746
747 #[doc(hidden)]
748 pub fn with_expr(mut self, expr: Expr) -> Self {

Calls

no outgoing calls