v15 – github.com/apache/arrow/go/v15 Directories

v15/ directory

Directories

PathSynopsis
arrowPackage arrow provides an implementation of Apache Arrow.
arrow/arrayPackage array provides implementations of various Arrow array types.
arrow/arrioPackage arrio exposes functions to manipulate records, exposing and using interfaces not unlike the ones defined in the stdlib io package.
arrow/avroPackage avro reads Avro OCF files and presents the extracted data as records
arrow/avro/avro2parquet
arrow/bitutil
arrow/cdata
arrow/computePackage compute is a native-go implementation of an Acero-like arrow compute engine.
arrow/compute/exec
arrow/compute/exprs
arrow/compute/internal
arrow/csvPackage csv reads CSV files and presents the extracted data as records, also writes data as record into CSV files
arrow/decimal128
arrow/decimal256
arrow/encoded
arrow/endian
arrow/_examples
arrow/_examples/helloworld
arrow/flight
arrow/flight/flightsql
arrow/flight/flightsql/driverLicensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
arrow/flight/flightsql/examplePackage example contains a FlightSQL Server implementation using sqlite as the backing engine.
arrow/flight/flightsql/example/cmd
arrow/flight/flightsql/example/cmd/sqlite_flightsql_server
arrow/flight/flightsql/schema_refPackage schema_ref contains the expected reference Schemas to be used by FlightSQL servers and clients.
arrow/flight/gen
arrow/flight/gen/flight
arrow/float16
arrow/internal
arrow/ipc
arrow/ipc/cmd
arrow/ipc/cmd/arrow-catCommand arrow-cat displays the content of an Arrow stream or file.
arrow/ipc/cmd/arrow-file-to-stream
arrow/ipc/cmd/arrow-json-integration-test
arrow/ipc/cmd/arrow-lsCommand arrow-ls displays the listing of an Arrow file.
arrow/ipc/cmd/arrow-stream-to-file
arrow/mathPackage math provides optimized mathematical functions for processing Arrow arrays.
arrow/memoryPackage memory provides support for allocating and manipulating memory at a low level.
arrow/memory/mallocatorPackage mallocator defines an allocator implementation for memory.Allocator which defers to libc malloc.
arrow/scalar
arrow/tensorPackage tensor provides types that implement n-dimensional arrays.
arrow/_tools
arrow/_tools/tmpl
arrow/util
internal
parquetPackage parquet provides an implementation of Apache Parquet for Go.
parquet/cmd
parquet/cmd/parquet_reader
parquet/cmd/parquet_schema
parquet/compressPackage compress contains the interfaces and implementations for handling compression/decompression of parquet data at the column levels.
parquet/file
parquet/internal
parquet/metadata
parquet/pqarrowPackage pqarrow provides the implementation for connecting Arrow directly with the Parquet implementation, allowing isolation of all the explicitly arrow related code to this package which has the interfaces for reading and writing directly to and from arrow Arrays/Tables/Records
parquet/schemaPackage schema provides types and functions for manipulating and building parquet file schemas.
Version
v15.0.2 (latest)
Published
Mar 13, 2024
Platform
linux/amd64
Last checked
2 seconds ago

Tools for package owners.