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 TableWithMetaTable.readAndInferJSON(JSONOptions opts, DataSource ds) Read JSON formatted data and infer the column names and schema.static TableWithMetaTable.readJSON(JSONOptions opts, HostMemoryBuffer buffer, long offset, long len) Read JSON formatted data and infer the column names and schema.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.