Uses of Class
ai.rapids.cudf.Schema
Packages that use Schema
-
Uses of Schema in ai.rapids.cudf
Fields in ai.rapids.cudf declared as SchemaMethods in ai.rapids.cudf that return SchemaModifier and TypeMethodDescriptionSchema.Builder.build()
Schema.getChild
(int i) Get the schema of a child element.Methods in ai.rapids.cudf with parameters of type SchemaModifier and TypeMethodDescriptionstatic Table
Read CSV formatted data using the default CSVOptions.static Table
Table.readCSV
(Schema schema, CSVOptions opts, byte[] buffer) Read CSV formatted data.static Table
Table.readCSV
(Schema schema, CSVOptions opts, byte[] buffer, long offset, long len) static Table
Table.readCSV
(Schema schema, CSVOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) Read CSV formatted data.static Table
Table.readCSV
(Schema schema, CSVOptions opts, DataSource ds) static Table
Table.readCSV
(Schema schema, CSVOptions opts, HostMemoryBuffer buffer, long offset, long len) Read CSV formatted data.static Table
Table.readCSV
(Schema schema, CSVOptions opts, File path) Read a CSV file.static Table
Read a CSV file using the default CSVOptions.static Table
Read JSON formatted data using the default JSONOptions.static Table
Table.readJSON
(Schema schema, JSONOptions opts, byte[] buffer) Read JSON formatted data.static Table
Table.readJSON
(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len) static Table
Table.readJSON
(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len, int emptyRowCount) static Table
Table.readJSON
(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) Read JSON formatted data.static Table
Table.readJSON
(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator, int emptyRowCount) Deprecated.This method is deprecated since emptyRowCount is not used.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.readJSON
(Schema schema, JSONOptions opts, HostMemoryBuffer buffer, long offset, long len) Read JSON formatted data.static Table
Table.readJSON
(Schema schema, JSONOptions opts, HostMemoryBuffer buffer, long offset, long len, int emptyRowCount) Deprecated.This method is deprecated since emptyRowCount is not used.static Table
Table.readJSON
(Schema schema, JSONOptions opts, File path) Read a JSON file.static Table
Read a JSON file using the default JSONOptions.