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

Involved Source Files endian.go little.go
Package-Level Type Names (only one)
/* sort by: | */
( 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 Functions (only one)
Type Parameters: T: uint16 | uint32 | uint64
Package-Level Variables (only one)
Package-Level Constants (total 5)
const IsBigEndian = false