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 TypeClassDescriptionclassThis is a DataSource that can take multiple HostMemoryBuffers.Methods in ai.rapids.cudf with parameters of type DataSourceModifier and TypeMethodDescriptionstatic TableWithMetaTable.readAndInferJSON(JSONOptions opts, DataSource ds) Read JSON formatted data and infer the column names and schema.static TableTable.readAvro(AvroOptions opts, DataSource ds) static TableTable.readCSV(Schema schema, CSVOptions opts, DataSource ds) static TableTable.readJSON(Schema schema, JSONOptions opts, DataSource ds) Read JSON formatted data.static TableTable.readJSON(Schema schema, JSONOptions opts, DataSource ds, int emptyRowCount) Deprecated.This method is deprecated since emptyRowCount is not used.static TableTable.readORC(ORCOptions opts, DataSource ds) static TableTable.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