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

Method offset

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

Source from the content-addressed store, hash-verified

63 self
64 }
65 pub fn offset(&mut self, value: Option<ast::Offset>) -> &mut Self {
66 self.offset = value;
67 self
68 }
69 pub fn fetch(&mut self, value: Option<ast::Fetch>) -> &mut Self {
70 self.fetch = value;
71 self

Callers 10

evaluate_statisticsMethod · 0.45
try_newMethod · 0.45
gc_array_childrenFunction · 0.45
try_fromMethod · 0.45
openMethod · 0.45
hash_run_array_innerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected