Indicates the presence of nulls at compile-time or runtime. More...
Classes | |
struct | DYNAMIC |
nullate::DYNAMIC defers the determination of nullability to run time rather than compile time. The calling code is responsible for specifying whether or not nulls are present using the constructor parameter at run time. More... | |
struct | NO |
struct | YES |
Indicates the presence of nulls at compile-time or runtime.
If used at compile-time, this indicator can tell the optimizer to include or exclude any null-checking clauses.
Definition at line 58 of file column_device_view.cuh.