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: | */
NotSupported encoding.NotSupported ( 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 *BinaryPackedEncoding : github.com/parquet-go/parquet-go/encoding.Encoding *BinaryPackedEncoding : expvar.Var *BinaryPackedEncoding : fmt.Stringer var github.com/parquet-go/parquet-go.DeltaBinaryPacked
NotSupported encoding.NotSupported ( 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 *ByteArrayEncoding : github.com/parquet-go/parquet-go/encoding.Encoding *ByteArrayEncoding : expvar.Var *ByteArrayEncoding : fmt.Stringer var github.com/parquet-go/parquet-go.DeltaByteArray
NotSupported encoding.NotSupported (*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 *LengthByteArrayEncoding : github.com/parquet-go/parquet-go/encoding.Encoding *LengthByteArrayEncoding : expvar.Var *LengthByteArrayEncoding : fmt.Stringer var github.com/parquet-go/parquet-go.DeltaLengthByteArray