Flow PHP

Type

FinalYes

Types supported by Parquet. These types are intended to be used in combination with the encodings to control the on disk storage format.

For example INT16 is not included as a type since a good encoding of INT32 would handle this.

Constants

BOOLEAN  = 0
BYTE_ARRAY  = 6
DOUBLE  = 5
FIXED_LEN_BYTE_ARRAY  = 7
FLOAT  = 4
INT32  = 1
INT64  = 2
INT96  = 3

Properties

$__names  : mixed

Constants

BOOLEAN

public mixed BOOLEAN = 0

BYTE_ARRAY

public mixed BYTE_ARRAY = 6

DOUBLE

public mixed DOUBLE = 5

FIXED_LEN_BYTE_ARRAY

public mixed FIXED_LEN_BYTE_ARRAY = 7

FLOAT

public mixed FLOAT = 4

INT32

public mixed INT32 = 1

INT64

public mixed INT64 = 2

INT96

public mixed INT96 = 3

Properties

$__names

public static mixed $__names = [0 => 'BOOLEAN', 1 => 'INT32', 2 => 'INT64', 3 => 'INT96', 4 => 'FLOAT', 5 => 'DOUBLE', 6 => 'BYTE_ARRAY', 7 => 'FIXED_LEN_BYTE_ARRAY']

        
On this page

Search results