package delta
Import Path
github.com/parquet-go/parquet-go/encoding/delta (on go.dev )
Dependency Relation
imports 13 packages , and imported by one package
Package-Level Type Names (total 3)
/* sort by: alphabet | popularity */
type BinaryPackedEncoding (struct)
Fields (only one )
NotSupported encoding .NotSupported
Methods (total 22 )
( BinaryPackedEncoding) CanDecodeInPlace () bool
( BinaryPackedEncoding) DecodeBoolean (dst []byte , src []byte ) ([]byte , error )
( BinaryPackedEncoding) DecodeByteArray (dst []byte , src []byte , offsets []uint32 ) ([]byte , []uint32 , error )
( BinaryPackedEncoding) DecodeDouble (dst []float64 , src []byte ) ([]float64 , error )
( BinaryPackedEncoding) DecodeFixedLenByteArray (dst []byte , src []byte , size int ) ([]byte , error )
( BinaryPackedEncoding) DecodeFloat (dst []float32 , src []byte ) ([]float32 , error )
(*BinaryPackedEncoding) DecodeInt32 (dst []int32 , src []byte ) ([]int32 , error )
(*BinaryPackedEncoding) DecodeInt64 (dst []int64 , src []byte ) ([]int64 , error )
( BinaryPackedEncoding) DecodeInt96 (dst []deprecated .Int96 , src []byte ) ([]deprecated .Int96 , error )
( BinaryPackedEncoding) DecodeLevels (dst []uint8 , src []byte ) ([]uint8 , error )
( BinaryPackedEncoding) EncodeBoolean (dst []byte , src []byte ) ([]byte , error )
( BinaryPackedEncoding) EncodeByteArray (dst []byte , src []byte , offsets []uint32 ) ([]byte , error )
( BinaryPackedEncoding) EncodeDouble (dst []byte , src []float64 ) ([]byte , error )
( BinaryPackedEncoding) EncodeFixedLenByteArray (dst []byte , src []byte , size int ) ([]byte , error )
( BinaryPackedEncoding) EncodeFloat (dst []byte , src []float32 ) ([]byte , error )
(*BinaryPackedEncoding) EncodeInt32 (dst []byte , src []int32 ) ([]byte , error )
(*BinaryPackedEncoding) EncodeInt64 (dst []byte , src []int64 ) ([]byte , error )
( BinaryPackedEncoding) EncodeInt96 (dst []byte , src []deprecated .Int96 ) ([]byte , error )
( BinaryPackedEncoding) EncodeLevels (dst []byte , src []uint8 ) ([]byte , error )
(*BinaryPackedEncoding) Encoding () format .Encoding
( BinaryPackedEncoding) EstimateDecodeByteArraySize (src []byte ) int
(*BinaryPackedEncoding) String () string
Implements (at least 3 )
*BinaryPackedEncoding : github.com/parquet-go/parquet-go/encoding.Encoding
*BinaryPackedEncoding : expvar.Var
*BinaryPackedEncoding : fmt.Stringer
As Types Of (only one )
var github.com/parquet-go/parquet-go.DeltaBinaryPacked
type ByteArrayEncoding (struct)
Fields (only one )
NotSupported encoding .NotSupported
Methods (total 22 )
( ByteArrayEncoding) CanDecodeInPlace () bool
( ByteArrayEncoding) DecodeBoolean (dst []byte , src []byte ) ([]byte , error )
(*ByteArrayEncoding) DecodeByteArray (dst []byte , src []byte , offsets []uint32 ) ([]byte , []uint32 , error )
( ByteArrayEncoding) DecodeDouble (dst []float64 , src []byte ) ([]float64 , error )
(*ByteArrayEncoding) DecodeFixedLenByteArray (dst []byte , src []byte , size int ) ([]byte , error )
( ByteArrayEncoding) DecodeFloat (dst []float32 , src []byte ) ([]float32 , error )
( ByteArrayEncoding) DecodeInt32 (dst []int32 , src []byte ) ([]int32 , error )
( ByteArrayEncoding) DecodeInt64 (dst []int64 , src []byte ) ([]int64 , error )
( ByteArrayEncoding) DecodeInt96 (dst []deprecated .Int96 , src []byte ) ([]deprecated .Int96 , error )
( ByteArrayEncoding) DecodeLevels (dst []uint8 , src []byte ) ([]uint8 , error )
( ByteArrayEncoding) EncodeBoolean (dst []byte , src []byte ) ([]byte , error )
(*ByteArrayEncoding) EncodeByteArray (dst []byte , src []byte , offsets []uint32 ) ([]byte , error )
( ByteArrayEncoding) EncodeDouble (dst []byte , src []float64 ) ([]byte , error )
(*ByteArrayEncoding) EncodeFixedLenByteArray (dst []byte , src []byte , size int ) ([]byte , error )
( ByteArrayEncoding) EncodeFloat (dst []byte , src []float32 ) ([]byte , error )
( ByteArrayEncoding) EncodeInt32 (dst []byte , src []int32 ) ([]byte , error )
( ByteArrayEncoding) EncodeInt64 (dst []byte , src []int64 ) ([]byte , error )
( ByteArrayEncoding) EncodeInt96 (dst []byte , src []deprecated .Int96 ) ([]byte , error )
( ByteArrayEncoding) EncodeLevels (dst []byte , src []uint8 ) ([]byte , error )
(*ByteArrayEncoding) Encoding () format .Encoding
(*ByteArrayEncoding) EstimateDecodeByteArraySize (src []byte ) int
(*ByteArrayEncoding) String () string
Implements (at least 3 )
*ByteArrayEncoding : github.com/parquet-go/parquet-go/encoding.Encoding
*ByteArrayEncoding : expvar.Var
*ByteArrayEncoding : fmt.Stringer
As Types Of (only one )
var github.com/parquet-go/parquet-go.DeltaByteArray
type LengthByteArrayEncoding (struct)
Fields (only one )
NotSupported encoding .NotSupported
Methods (total 22 )
(*LengthByteArrayEncoding) CanDecodeInPlace () bool
( LengthByteArrayEncoding) DecodeBoolean (dst []byte , src []byte ) ([]byte , error )
(*LengthByteArrayEncoding) DecodeByteArray (dst []byte , src []byte , offsets []uint32 ) ([]byte , []uint32 , error )
( LengthByteArrayEncoding) DecodeDouble (dst []float64 , src []byte ) ([]float64 , error )
( LengthByteArrayEncoding) DecodeFixedLenByteArray (dst []byte , src []byte , size int ) ([]byte , error )
( LengthByteArrayEncoding) DecodeFloat (dst []float32 , src []byte ) ([]float32 , error )
( LengthByteArrayEncoding) DecodeInt32 (dst []int32 , src []byte ) ([]int32 , error )
( LengthByteArrayEncoding) DecodeInt64 (dst []int64 , src []byte ) ([]int64 , error )
( LengthByteArrayEncoding) DecodeInt96 (dst []deprecated .Int96 , src []byte ) ([]deprecated .Int96 , error )
( LengthByteArrayEncoding) DecodeLevels (dst []uint8 , src []byte ) ([]uint8 , error )
( LengthByteArrayEncoding) EncodeBoolean (dst []byte , src []byte ) ([]byte , error )
(*LengthByteArrayEncoding) EncodeByteArray (dst []byte , src []byte , offsets []uint32 ) ([]byte , error )
( LengthByteArrayEncoding) EncodeDouble (dst []byte , src []float64 ) ([]byte , error )
( LengthByteArrayEncoding) EncodeFixedLenByteArray (dst []byte , src []byte , size int ) ([]byte , error )
( LengthByteArrayEncoding) EncodeFloat (dst []byte , src []float32 ) ([]byte , error )
( LengthByteArrayEncoding) EncodeInt32 (dst []byte , src []int32 ) ([]byte , error )
( LengthByteArrayEncoding) EncodeInt64 (dst []byte , src []int64 ) ([]byte , error )
( LengthByteArrayEncoding) EncodeInt96 (dst []byte , src []deprecated .Int96 ) ([]byte , error )
( LengthByteArrayEncoding) EncodeLevels (dst []byte , src []uint8 ) ([]byte , error )
(*LengthByteArrayEncoding) Encoding () format .Encoding
(*LengthByteArrayEncoding) EstimateDecodeByteArraySize (src []byte ) int
(*LengthByteArrayEncoding) String () string
Implements (at least 3 )
*LengthByteArrayEncoding : github.com/parquet-go/parquet-go/encoding.Encoding
*LengthByteArrayEncoding : expvar.Var
*LengthByteArrayEncoding : fmt.Stringer
As Types Of (only one )
var github.com/parquet-go/parquet-go.DeltaLengthByteArray
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 .