MCPcopy Create free account
hub / github.com/apache/arrow / CountRows

Method CountRows

cpp/src/arrow/dataset/dataset.cc:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74Future<std::optional<int64_t>> Fragment::CountRows(compute::Expression,
75 const std::shared_ptr<ScanOptions>&) {
76 return Future<std::optional<int64_t>>::MakeFinished(std::nullopt);
77}
78
79Status Fragment::ClearCachedMetadata() {
80 auto lock = physical_schema_mutex_.Lock();

Callers

nothing calls this directly

Calls 2

ExpressionHasFieldRefsFunction · 0.85
num_rowsMethod · 0.45

Tested by

no test coverage detected