Struct TrxSaveOptions

Struct Documentation

struct TrxSaveOptions

Public Members

TrxCompression compression = TrxCompression::None
TrxSaveMode mode = TrxSaveMode::Auto
size_t memory_limit_bytes = 0
bool overwrite_existing = true
std::optional<TrxScalarType> positions_dtype

When set, the positions array is converted to this dtype on output. All other data (dps, dpv, groups, offsets) is preserved unchanged.