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 TableRead CSV formatted data using the default CSVOptions.static TableTable.readCSV(Schema schema, CSVOptions opts, byte[] buffer) Read CSV formatted data.static TableTable.readCSV(Schema schema, CSVOptions opts, byte[] buffer, long offset, long len) static TableTable.readCSV(Schema schema, CSVOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) Read CSV formatted data.static TableTable.readCSV(Schema schema, CSVOptions opts, DataSource ds) static TableTable.readCSV(Schema schema, CSVOptions opts, HostMemoryBuffer buffer, long offset, long len) Read CSV formatted data.static TableTable.readCSV(Schema schema, CSVOptions opts, File path) Read a CSV file.static TableRead a CSV file using the default CSVOptions.static TableRead JSON formatted data using the default JSONOptions.static TableTable.readJSON(Schema schema, JSONOptions opts, byte[] buffer) Read JSON formatted data.static TableTable.readJSON(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len) static TableTable.readJSON(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len, int emptyRowCount) static TableTable.readJSON(Schema schema, JSONOptions opts, byte[] buffer, long offset, long len, HostMemoryAllocator hostMemoryAllocator) Read JSON formatted data.static TableTable.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 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.readJSON(Schema schema, JSONOptions opts, HostMemoryBuffer buffer, long offset, long len) Read JSON formatted data.static TableTable.readJSON(Schema schema, JSONOptions opts, HostMemoryBuffer buffer, long offset, long len, int emptyRowCount) Deprecated.This method is deprecated since emptyRowCount is not used.static TableTable.readJSON(Schema schema, JSONOptions opts, File path) Read a JSON file.static TableRead a JSON file using the default JSONOptions.