takane
Validators for ArtifactDB file formats
|
Validation for delayed arrays. More...
#include "ritsuko/hdf5/hdf5.hpp"
#include "ritsuko/ritsuko.hpp"
#include "chihaya/chihaya.hpp"
#include "utils_public.hpp"
#include "utils_other.hpp"
#include <vector>
#include <string>
#include <stdexcept>
#include <filesystem>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | takane |
takane validation functions. | |
namespace | takane::delayed_array |
Definitions for delayed arrays. | |
Functions | |
void | takane::delayed_array::validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
size_t | takane::delayed_array::height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
std::vector< size_t > | takane::delayed_array::dimensions (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Validation for delayed arrays.