Uses of Class
ai.rapids.cudf.DataSource
Packages that use DataSource
-
Uses of DataSource in ai.rapids.cudf
Subclasses of DataSource in ai.rapids.cudfModifier and TypeClassDescriptionclass
This is a DataSource that can take multiple HostMemoryBuffers.Methods in ai.rapids.cudf with parameters of type DataSourceModifier and TypeMethodDescriptionstatic TableWithMeta
Table.readAndInferJSON
(JSONOptions opts, DataSource ds) Read JSON formatted data and infer the column names and schema.static Table
Table.readAvro
(AvroOptions opts, DataSource ds) static Table
Table.readCSV
(Schema schema, CSVOptions opts, DataSource ds) static Table
Table.readJSON
(Schema schema, JSONOptions opts, DataSource ds) Read JSON formatted data.static Table
Table.readJSON
(Schema schema, JSONOptions opts, DataSource ds, int emptyRowCount) Deprecated.This method is deprecated since emptyRowCount is not used.static Table
Table.readORC
(ORCOptions opts, DataSource ds) static Table
Table.readParquet
(ParquetOptions opts, DataSource ds) Read parquet formatted data.Constructors in ai.rapids.cudf with parameters of type DataSourceModifierConstructorDescriptionParquetChunkedReader
(long chunkSizeByteLimit, ParquetOptions opts, DataSource ds) Construct a reader instance from a DataSource