Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ type_name
Method
type_name
cpp/src/arrow/dataset/scanner.cc:367–367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
return MakeTransferredGenerator(std::move(background_gen), cpu_executor);
366
}
367
std::string type_name() const override { return
"one-shot"
; }
368
369
protected:
370
Result<std::shared_ptr<Schema>> ReadPhysicalSchemaImpl() override {
Callers
1
FragmentToBatches
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected