Skip to content
Snippets Groups Projects
Commit e9c2f970 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[RDF] Fix inconsistency in RDF::Snapshot interfaces for jitted calls

now Snapshot accepts to identify columns:
- A regex as a string_view
- A vector<string>
- A initializer_list<string>

This allows users to invoke it as follows:
1. tdf.Snapshot("t", filename, "an*");
2. tdf.Snapshot("t", filename, {"ans"});
3. tdf.Snapshot("t", filename, {{"ans"}});
parent d468346e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment