Class to build cudftable_writer_options.
More...
#include <cudftable.hpp>
Public Member Functions | |
| cudftable_writer_options_builder (sink_info const &sink, table_view const &table) | |
| Constructor from sink and table. More... | |
| cudftable_writer_options | build () const |
Build cudftable_writer_options. More... | |
Class to build cudftable_writer_options.
Definition at line 90 of file cudftable.hpp.
|
inlineexplicit |
Constructor from sink and table.
| sink | The sink used for writer output |
| table | Table to be written to output |
Definition at line 98 of file cudftable.hpp.
|
inline |
Build cudftable_writer_options.
cudftable_writer_options object Definition at line 108 of file cudftable.hpp.