takane
Validators for ArtifactDB file formats
|
Definitions for data frame factors. More...
Functions | |
void | validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
size_t | height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Definitions for data frame factors.
|
inline |
path | Path to the directory containing the data frame factor. |
metadata | Metadata for the object, typically read from its OBJECT file. |
options | Validation options. |
|
inline |
If Options::data_frame_factor_any_duplicated
provided, it enables stricter checking of the uniqueness of the data frame levels. Currently, we don't provide a default method for data_frame
objects, as it's kind of tedious and we haven't gotten around to it yet.
path | Path to the directory containing the data frame factor. |
metadata | Metadata for the object, typically read from its OBJECT file. |
options | Validation options. |