bytestreamsplit

package
v0.0.0-...-5d42db8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2023 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoding

type Encoding struct {
	encoding.NotSupported
}

This encoder implements a version of the Byte Stream Split encoding as described in https://github.com/apache/parquet-format/blob/master/Encodings.md#byte-stream-split-byte_stream_split--9

func (*Encoding) DecodeDouble

func (e *Encoding) DecodeDouble(dst []float64, src []byte) ([]float64, error)

func (*Encoding) DecodeFloat

func (e *Encoding) DecodeFloat(dst []float32, src []byte) ([]float32, error)

func (*Encoding) EncodeDouble

func (e *Encoding) EncodeDouble(dst []byte, src []float64) ([]byte, error)

func (*Encoding) EncodeFloat

func (e *Encoding) EncodeFloat(dst []byte, src []float32) ([]byte, error)

func (*Encoding) Encoding

func (e *Encoding) Encoding() format.Encoding

func (*Encoding) String

func (e *Encoding) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL