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

Method with_column_defaults

datafusion/catalog/src/memory/table.rs:118–124  ·  view source on GitHub ↗

Assign column defaults

(
        mut self,
        column_defaults: HashMap<String, Expr>,
    )

Source from the content-addressed store, hash-verified

116
117 /// Assign column defaults
118 pub fn with_column_defaults(
119 mut self,
120 column_defaults: HashMap<String, Expr>,
121 ) -> Self {
122 self.column_defaults = column_defaults;
123 self
124 }
125
126 /// Specify an optional pre-known sort order(s). Must be `SortExpr`s.
127 ///

Callers 4

try_into_logical_planMethod · 0.45
createMethod · 0.45
create_memory_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected