dataframe-0.3.3.2: A fast, safe, and intuitive DataFrame library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

DataFrame.IO.Parquet.Thrift

Documentation

data KeyValue Source #

Constructors

KeyValue 

Fields

Instances

Instances details
Show KeyValue Source # 
Instance details

Defined in DataFrame.IO.Parquet.Thrift

Eq KeyValue Source # 
Instance details

Defined in DataFrame.IO.Parquet.Thrift

data TType Source #

Constructors

STOP 
BOOL 
BYTE 
I16 
I32 
I64 
DOUBLE 
STRING 
LIST 
SET 
MAP 
STRUCT 
UUID 

Instances

Instances details
Show TType Source # 
Instance details

Defined in DataFrame.IO.Parquet.Thrift

Methods

showsPrec :: Int -> TType -> ShowS #

show :: TType -> String #

showList :: [TType] -> ShowS #

Eq TType Source # 
Instance details

Defined in DataFrame.IO.Parquet.Thrift

Methods

(==) :: TType -> TType -> Bool #

(/=) :: TType -> TType -> Bool #