Read-only
DataAxesFormats.ReadOnly
—
Module
Read-only
Daf
storage format.
DataAxesFormats.ReadOnly.DafReadOnly
—
Type
A common base type for a read-only
DafReader
, which doesn't allow any modification of the data.
DataAxesFormats.ReadOnly.read_only
—
Function
read_only(daf::DafReader[; name::Maybe{AbstractString]} = nothing)::DafReadOnlyWrapper
Wrap
daf
with a
DafReadOnlyWrapper
to protect it against accidental modification. If not specified, the
name
of the
daf
is reused. If
name
is not specified and
daf
isa
DafReadOnly
, return it as-is.