sparrow-extensions 0.1.0
Extension types for the sparrow library
Loading...
Searching...
No Matches
json_array.hpp File Reference
#include "sparrow/utils/extension.hpp"
#include "sparrow/variable_size_binary_array.hpp"
#include "sparrow/variable_size_binary_view_array.hpp"

Go to the source code of this file.

Classes

struct  sparrow::detail::get_data_type_from_array< sparrow_extensions::json_array >
 
struct  sparrow::detail::get_data_type_from_array< sparrow_extensions::big_json_array >
 
struct  sparrow::detail::get_data_type_from_array< sparrow_extensions::json_view_array >
 

Namespaces

namespace  sparrow_extensions
 
namespace  sparrow
 
namespace  sparrow::detail
 

Typedefs

using sparrow_extensions::json_extension = sparrow::simple_extension<"arrow.json">
 
using sparrow_extensions::json_array
 JSON array with 32-bit offsets.
 
using sparrow_extensions::big_json_array
 JSON array with 64-bit offsets.
 
using sparrow_extensions::json_view_array
 JSON array with view-based storage.