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

Method output_ordering

datafusion/expr/src/udf.rs:367–369  ·  view source on GitHub ↗

Calculates the [`SortProperties`] of this function based on its children's properties.

(&self, inputs: &[ExprProperties])

Source from the content-addressed store, hash-verified

365 /// Calculates the [`SortProperties`] of this function based on its
366 /// children's properties.
367 pub fn output_ordering(&self, inputs: &[ExprProperties]) -> Result<SortProperties> {
368 self.inner.output_ordering(inputs)
369 }
370
371 pub fn preserves_lex_ordering(&self, inputs: &[ExprProperties]) -> Result<bool> {
372 self.inner.preserves_lex_ordering(inputs)

Callers 1

repartitionedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected