|
takane
Validators for ArtifactDB file formats
|
Validation for data frame lists. More...
#include "H5Cpp.h"#include <filesystem>#include <stdexcept>#include <string>#include "utils_public.hpp"#include "utils_compressed_list.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | takane |
| takane validation functions. | |
Functions | |
| void | takane::data_frame_list::validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
| size_t | takane::data_frame_list::height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Validation for data frame lists.
|
inline |
| path | Path to a directory containing an data frame list. |
| metadata | Metadata for the object, typically read from its OBJECT file. |
| options | Validation options. |
|
inline |
| path | Path to the directory containing the data frame list. |
| metadata | Metadata for the object, typically read from its OBJECT file. |
| options | Validation options. |