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

Method properties

datafusion-examples/examples/relation_planner/table_sample.rs:684–686  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

682 }
683
684 fn properties(&self) -> &Arc<PlanProperties> {
685 &self.cache
686 }
687
688 fn maintains_input_order(&self) -> Vec<bool> {
689 // Sampling preserves row order (rows are filtered, not reordered)

Callers 1

try_newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected