-
#include "tensorstore/codec_spec.h"
- absl::Status tensorstore::CodecSpec::MergeFrom(CodecSpec other);
Merges this codec spec with another codec spec.
Modifies
*this
to refer to the merged codec spec. Merging two null codec specs simply results in a null codec spec. Merging a null and non-null codec spec simply preserves the non-null codec spec.