Builder to build options for read_avro()
.
More...
#include <avro.hpp>
Builder to build options for read_avro()
.
Definition at line 131 of file avro.hpp.
◆ avro_reader_options_builder() [1/2]
cudf::io::avro_reader_options_builder::avro_reader_options_builder |
( |
| ) |
|
|
default |
Default constructor.
This has been added since Cython requires a default constructor to create objects on stack.
◆ avro_reader_options_builder() [2/2]
cudf::io::avro_reader_options_builder::avro_reader_options_builder |
( |
source_info |
src | ) |
|
|
inlineexplicit |
Constructor from source info.
- Parameters
-
src | The source information used to read avro file |
Definition at line 147 of file avro.hpp.
◆ build()
◆ columns()
Set names of the column to be read.
- Parameters
-
col_names | Vector of column names |
- Returns
- this for chaining
Definition at line 155 of file avro.hpp.
◆ num_rows()
Sets number of rows to read.
- Parameters
-
val | Number of rows to read after skip |
- Returns
- this for chaining
Definition at line 179 of file avro.hpp.
◆ skip_rows()
Sets number of rows to skip.
- Parameters
-
val | Number of rows to skip from start |
- Returns
- this for chaining
Definition at line 167 of file avro.hpp.
The documentation for this class was generated from the following file: