Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::common::arrow::json - Rust
[go: Go Back, main page]

Crate datafusion::common::arrow::json

Expand description

Transfer data between the Arrow memory format and JSON line-delimited records. See the module level documentation for the reader and writer for usage examples.

Modules

Structs

  • Reads JSON data with a known schema directly into arrow RecordBatch
  • A builder for Reader and Decoder
  • A JSON writer which serializes RecordBatches to a stream of u8 encoded JSON objects. See the module level documentation for detailed usage and examples. The specific format of the stream is controlled by the JsonFormat type parameter.

Traits

  • Trait declaring any type that is serializable to JSON. This includes all primitive types (bool, i32, etc.).

Type Aliases