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 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.