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

Method array_exprs

datafusion/sql/src/unparser/ast.rs:701–704  ·  view source on GitHub ↗
(&mut self, value: Vec<ast::Expr>)

Source from the content-addressed store, hash-verified

699 self
700 }
701 pub fn array_exprs(&mut self, value: Vec<ast::Expr>) -> &mut Self {
702 self.array_exprs = value;
703 self
704 }
705
706 pub fn with_offset(&mut self, value: bool) -> &mut Self {
707 self.with_offset = value;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected