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

Method index

datafusion/physical-expr/src/scalar_subquery.rs:71–73  ·  view source on GitHub ↗

Returns the index of this subquery in the shared results container.

(&self)

Source from the content-addressed store, hash-verified

69
70 /// Returns the index of this subquery in the shared results container.
71 pub fn index(&self) -> SubqueryIndex {
72 self.index
73 }
74
75 pub fn results(&self) -> &ScalarSubqueryResults {
76 &self.results

Callers 9

add_offset_to_exprFunction · 0.45
column_indicesMethod · 0.45
project_statisticsMethod · 0.45
update_exprFunction · 0.45
try_newMethod · 0.45
rewrite_columnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected