Skip to content

Commit 036d8eb

Browse files
committed
compatibility constructor for index tables
1 parent f33d6b5 commit 036d8eb

File tree

1 file changed

+5
-0
lines changed
  • Framework/Core/include/Framework

1 file changed

+5
-0
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5522,6 +5522,11 @@ struct IndexTable : TableNG<L, D, O> {
55225522
{
55235523
}
55245524

5525+
IndexTable(std::vector<std::shared_ptr<arrow::Table>> tables, uint64_t offset = 0)
5526+
: base_t{tables[0], offset}
5527+
{
5528+
}
5529+
55255530
IndexTable(IndexTable const&) = default;
55265531
IndexTable(IndexTable&&) = default;
55275532
IndexTable& operator=(IndexTable const&) = default;

0 commit comments

Comments
 (0)