Set of parameters that impact whether nvCOMP features are enabled. More...
#include <nvcomp_adapter.hpp>
Public Member Functions | |
| feature_status_parameters () | |
| Default constructor using the current version of nvcomp and current environment variables. | |
| feature_status_parameters (bool all_enabled, bool stable_enabled) | |
| Constructor using the current version of nvcomp. More... | |
Public Attributes | |
| int | lib_major_version |
| major version | |
| int | lib_minor_version |
| minor version | |
| int | lib_patch_version |
| patch version | |
| bool | are_all_integrations_enabled |
| all integrations | |
| bool | are_stable_integrations_enabled |
| stable integrations | |
Set of parameters that impact whether nvCOMP features are enabled.
Definition at line 33 of file nvcomp_adapter.hpp.
| cudf::io::detail::nvcomp::feature_status_parameters::feature_status_parameters | ( | bool | all_enabled, |
| bool | stable_enabled | ||
| ) |
Constructor using the current version of nvcomp.
| all_enabled | if all integrations are enabled |
| stable_enabled | if stable integrations are enabled |