Uses of Class
ai.rapids.cudf.JSONOptions
Packages that use JSONOptions
-
Uses of JSONOptions in ai.rapids.cudf
Fields in ai.rapids.cudf declared as JSONOptionsMethods in ai.rapids.cudf that return JSONOptionsMethods in ai.rapids.cudf with parameters of type JSONOptionsModifier and TypeMethodDescriptionstatic TableWithMeta
Table.readAndInferJSON
(JSONOptions opts, DataSource ds) Read JSON formatted data and infer the column names and schema.static TableWithMeta
Table.readJSON
(JSONOptions opts, HostMemoryBuffer buffer, long offset, long len) Read JSON formatted data and infer the column names and schema.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.