velox
velox copied to clipboard
Update Base64 as a non-throwing API
Follow-up PR: https://github.com/facebookincubator/velox/pull/10371
The following changes are done in this PR.
- Refactor the APIs in Base64 as non-throwing APIs.
Changing the char
to std::string_view
and std::string
will be done in subsequent PR.