Documentation ¶
Index ¶
- type Encoding
- func (e *Encoding) DecodeDouble(dst []float64, src []byte) ([]float64, error)
- func (e *Encoding) DecodeFloat(dst []float32, src []byte) ([]float32, error)
- func (e *Encoding) EncodeDouble(dst []byte, src []float64) ([]byte, error)
- func (e *Encoding) EncodeFloat(dst []byte, src []float32) ([]byte, error)
- func (e *Encoding) Encoding() format.Encoding
- func (e *Encoding) String() string
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 (*Encoding) DecodeFloat ¶
func (*Encoding) EncodeDouble ¶
func (*Encoding) EncodeFloat ¶
Click to show internal directories.
Click to hide internal directories.