Skip to content
Snippets Groups Projects
Commit 4df8fbcb authored by Stefan Wunsch's avatar Stefan Wunsch
Browse files

[RNTuple] Add RDataSource::GetLabel impl

parent ea01e6f3
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,7 @@ public: ...@@ -78,6 +78,7 @@ public:
bool HasColumn(std::string_view colName) const final; bool HasColumn(std::string_view colName) const final;
std::string GetTypeName(std::string_view colName) const final; std::string GetTypeName(std::string_view colName) const final;
std::vector<std::pair<ULong64_t, ULong64_t>> GetEntryRanges() final; std::vector<std::pair<ULong64_t, ULong64_t>> GetEntryRanges() final;
std::string GetLabel() final { return "RNTupleDS"; }
bool SetEntry(unsigned int slot, ULong64_t entry) final; bool SetEntry(unsigned int slot, ULong64_t entry) final;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment