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

Method value

datafusion/physical-plan/src/test/exec.rs:53–56  ·  view source on GitHub ↗

Return the current index

(&self)

Source from the content-addressed store, hash-verified

51impl BatchIndex {
52 /// Return the current index
53 pub fn value(&self) -> usize {
54 let inner = self.inner.lock().unwrap();
55 *inner
56 }
57
58 // increment the current index by one
59 pub fn incr(&self) {

Callers 15

collect_equality_columnsFunction · 0.45
compute_propertiesMethod · 0.45
unnest_list_arrayFunction · 0.45
poll_nextMethod · 0.45
last_index_for_rowFunction · 0.45
process_probe_batchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected