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

Method version

datafusion/sql/src/unparser/ast.rs:588–591  ·  view source on GitHub ↗
(&mut self, value: Option<ast::TableVersion>)

Source from the content-addressed store, hash-verified

586 self
587 }
588 pub fn version(&mut self, value: Option<ast::TableVersion>) -> &mut Self {
589 self.version = value;
590 self
591 }
592 pub fn partitions(&mut self, value: Vec<ast::Ident>) -> &mut Self {
593 self.partitions = value;
594 self

Callers 2

openMethod · 0.45
try_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected