Skip to content

Commit

Permalink
trigger CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
KiterLuc committed Oct 9, 2023
1 parent e38b23b commit 24c1e80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ int main() {
tiledb::sm::FieldInfo("MinMax", false, false, 1));
tiledb::sm::MinAggregator<std::string>(
tiledb::sm::FieldInfo("MinMax", false, false, 1));

tiledb::sm::MaxAggregator<uint8_t>(
tiledb::sm::FieldInfo("MinMax", false, false, 1));
tiledb::sm::MaxAggregator<uint16_t>(
Expand Down

0 comments on commit 24c1e80

Please sign in to comment.