package endian
Import Path
github.com/apache/arrow-go/v18/arrow/endian (on go.dev)
Dependency Relation
imports 3 packages, and imported by 5 packages
Package-Level Type Names (only one)
( Endianness) String() string
Endianness : expvar.Var
Endianness : fmt.Stringer
func github.com/apache/arrow-go/v18/arrow.(*Schema).Endianness() Endianness
func github.com/apache/arrow-go/v18/arrow.NewSchemaWithEndian(fields []arrow.Field, metadata *arrow.Metadata, e Endianness) *arrow.Schema
func github.com/apache/arrow-go/v18/arrow.(*Schema).WithEndianness(e Endianness) *arrow.Schema
const BigEndian
const LittleEndian
const NativeEndian
const NonNativeEndian
Package-Level Variables (only one)
var Native binary.nativeEndian
Package-Level Constants (total 5)
const BigEndian Endianness = 1 const IsBigEndian = false const LittleEndian Endianness = 0 const NativeEndian Endianness = 0 const NonNativeEndian Endianness = 1![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |