Uses of Class
ai.rapids.cudf.TableWithMeta
Packages that use TableWithMeta
-
Uses of TableWithMeta in ai.rapids.cudf
Methods in ai.rapids.cudf that return TableWithMetaModifier 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.