Public Member Functions | List of all members
cudf::io::experimental::cudftable_writer_options_builder Class Reference

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...
 

Detailed Description

Class to build cudftable_writer_options.

Definition at line 90 of file cudftable.hpp.

Constructor & Destructor Documentation

◆ cudftable_writer_options_builder()

cudf::io::experimental::cudftable_writer_options_builder::cudftable_writer_options_builder ( sink_info const &  sink,
table_view const &  table 
)
inlineexplicit

Constructor from sink and table.

Parameters
sinkThe sink used for writer output
tableTable to be written to output

Definition at line 98 of file cudftable.hpp.

Member Function Documentation

◆ build()

cudftable_writer_options cudf::io::experimental::cudftable_writer_options_builder::build ( ) const
inline

Build cudftable_writer_options.

Returns
The constructed cudftable_writer_options object

Definition at line 108 of file cudftable.hpp.


The documentation for this class was generated from the following file: