Flow PHP

ColumnChunk

Read onlyYes
FinalYes

Methods

__construct()  : mixed
codec()  : Compressions
dataPageOffset()  : int|null
dictionaryPageOffset()  : int|null
encodings()  : array<string|int, Encodings>
fileOffset()  : int
flatPath()  : string
fromThrift()  : self
pageOffset()  : int
statistics()  : StatisticsReader|null
totalCompressedSize()  : int
totalUncompressedSize()  : int
toThrift()  : ColumnChunk
type()  : PhysicalType
valuesCount()  : int

Methods

__construct()

public __construct(PhysicalType $type, Compressions $codec, int $valuesCount, int $fileOffset, array<string|int, string> $path, array<string|int, Encodings$encodings, int $totalCompressedSize, int $totalUncompressedSize, null|int $dictionaryPageOffset, null|int $dataPageOffset, null|int $indexPageOffset, Statistics|null $statistics, Options $options) : mixed
Parameters
$type : PhysicalType
$codec : Compressions
$valuesCount : int
$fileOffset : int
$path : array<string|int, string>
$encodings : array<string|int, Encodings>
$totalCompressedSize : int
$totalUncompressedSize : int
$dictionaryPageOffset : null|int
$dataPageOffset : null|int
$indexPageOffset : null|int
$statistics : Statistics|null
$options : Options

dataPageOffset()

public dataPageOffset() : int|null
Return values
int|null

dictionaryPageOffset()

public dictionaryPageOffset() : int|null
Return values
int|null

fileOffset()

public fileOffset() : int
Return values
int

flatPath()

public flatPath() : string
Return values
string

pageOffset()

public pageOffset() : int
Return values
int

totalCompressedSize()

public totalCompressedSize() : int
Return values
int

totalUncompressedSize()

public totalUncompressedSize() : int
Return values
int

valuesCount()

public valuesCount() : int
Return values
int

        
On this page

Search results