Classes | Namespaces | Functions
json/json.hpp File Reference
#include <cudf/strings/strings_column_view.hpp>
#include <cudf/utilities/default_stream.hpp>
#include <cudf/utilities/export.hpp>
#include <cudf/utilities/memory_resource.hpp>

Go to the source code of this file.

Classes

class  cudf::get_json_object_options
 Settings for get_json_object(). More...
 

Namespaces

 cudf
 cuDF interfaces
 

Functions

std::unique_ptr< cudf::columncudf::get_json_object (cudf::strings_column_view const &col, cudf::string_scalar const &json_path, get_json_object_options options=get_json_object_options{}, rmm::cuda_stream_view stream=cudf::get_default_stream(), rmm::device_async_resource_ref mr=cudf::get_current_device_resource_ref())
 Apply a JSONPath string to all rows in an input strings column. More...