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

Settings for write_cudftable(). More...

#include <cudftable.hpp>

Public Member Functions

sink_info const & get_sink () const noexcept
 Returns sink used for writer output. More...
 
table_view const & get_table () const noexcept
 Returns table that would be written to output. More...
 
void set_sink (sink_info sink)
 Sets sink info. More...
 

Static Public Member Functions

static cudftable_writer_options_builder builder (sink_info const &sink, table_view const &table)
 Create builder to create cudftable_writer_options. More...
 

Detailed Description

Settings for write_cudftable().

Definition at line 37 of file cudftable.hpp.

Member Function Documentation

◆ builder()

static cudftable_writer_options_builder cudf::io::experimental::cudftable_writer_options::builder ( sink_info const &  sink,
table_view const &  table 
)
static

Create builder to create cudftable_writer_options.

Parameters
sinkThe sink used for writer output
tableTable to be written to output
Returns
Builder to build cudftable_writer_options

◆ get_sink()

sink_info const& cudf::io::experimental::cudftable_writer_options::get_sink ( ) const
inlinenoexcept

Returns sink used for writer output.

Returns
sink used for writer output

Definition at line 70 of file cudftable.hpp.

◆ get_table()

table_view const& cudf::io::experimental::cudftable_writer_options::get_table ( ) const
inlinenoexcept

Returns table that would be written to output.

Returns
Table that would be written to output

Definition at line 77 of file cudftable.hpp.

◆ set_sink()

void cudf::io::experimental::cudftable_writer_options::set_sink ( sink_info  sink)
inline

Sets sink info.

Parameters
sinkThe sink info.

Definition at line 84 of file cudftable.hpp.


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