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

Method with_infinite_table

datafusion/catalog/src/streaming.rs:69–72  ·  view source on GitHub ↗

Sets streaming table can be infinite.

(mut self, infinite: bool)

Source from the content-addressed store, hash-verified

67
68 /// Sets streaming table can be infinite.
69 pub fn with_infinite_table(mut self, infinite: bool) -> Self {
70 self.infinite = infinite;
71 self
72 }
73
74 /// Sets the existing ordering of streaming table.
75 pub fn with_sort_order(mut self, sort_order: Vec<SortExpr>) -> Self {

Callers 2

tableMethod · 0.80

Calls

no outgoing calls

Tested by 2

tableMethod · 0.64