Skip to content

Commit

Permalink
tpnn
Browse files Browse the repository at this point in the history
  • Loading branch information
kosak committed Aug 2, 2023
1 parent 3c12a1c commit a7718b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,5 +591,4 @@ UpdateByOperation rollingWavgTick(std::string weightCol, std::vector<std::string
UpdateByOperation rollingWavgTime(std::string timestampCol, std::string weightCol,
std::vector<std::string> cols, durationSpecifier_t revTime,
durationSpecifier_t fwdTime = std::chrono::nanoseconds(0));
}
} // namespace deephaven::client::update_by
2 changes: 1 addition & 1 deletion cpp-client/deephaven/client/src/update_by.cc
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,4 @@ UpdateByOperation rollingWavgTime(std::string timestampCol, std::string weightCo
std::move(weightCol), std::move(revTime), std::move(fwdTime));
return ubb.build();
}
} namespace deephaven::client::update_by
} // namespace deephaven::client::update_by

0 comments on commit a7718b8

Please sign in to comment.