Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hydra.Langs.Parquet.Delta
Description
A partial Delta Parquet model
Documentation
Constructors
ArrayType | |
Fields |
Instances
Read ArrayType Source # | |
Show ArrayType Source # | |
Eq ArrayType Source # | |
Ord ArrayType Source # | |
_ArrayType :: Name Source #
Constructors
_DataType_map :: Name Source #
data DecimalType Source #
Constructors
DecimalType | |
Fields |
Instances
Read DecimalType Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods readsPrec :: Int -> ReadS DecimalType # readList :: ReadS [DecimalType] # readPrec :: ReadPrec DecimalType # readListPrec :: ReadPrec [DecimalType] # | |
Show DecimalType Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods showsPrec :: Int -> DecimalType -> ShowS # show :: DecimalType -> String # showList :: [DecimalType] -> ShowS # | |
Eq DecimalType Source # | |
Defined in Hydra.Langs.Parquet.Delta | |
Ord DecimalType Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods compare :: DecimalType -> DecimalType -> Ordering # (<) :: DecimalType -> DecimalType -> Bool # (<=) :: DecimalType -> DecimalType -> Bool # (>) :: DecimalType -> DecimalType -> Bool # (>=) :: DecimalType -> DecimalType -> Bool # max :: DecimalType -> DecimalType -> DecimalType # min :: DecimalType -> DecimalType -> DecimalType # |
_DecimalType :: Name Source #
Constructors
MapType | |
Fields |
data StructField Source #
Constructors
StructField | |
Fields |
Instances
Read StructField Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods readsPrec :: Int -> ReadS StructField # readList :: ReadS [StructField] # readPrec :: ReadPrec StructField # readListPrec :: ReadPrec [StructField] # | |
Show StructField Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods showsPrec :: Int -> StructField -> ShowS # show :: StructField -> String # showList :: [StructField] -> ShowS # | |
Eq StructField Source # | |
Defined in Hydra.Langs.Parquet.Delta | |
Ord StructField Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods compare :: StructField -> StructField -> Ordering # (<) :: StructField -> StructField -> Bool # (<=) :: StructField -> StructField -> Bool # (>) :: StructField -> StructField -> Bool # (>=) :: StructField -> StructField -> Bool # max :: StructField -> StructField -> StructField # min :: StructField -> StructField -> StructField # |
_StructField :: Name Source #
data StructType Source #
Constructors
StructType | |
Fields |
Instances
Read StructType Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods readsPrec :: Int -> ReadS StructType # readList :: ReadS [StructType] # readPrec :: ReadPrec StructType # readListPrec :: ReadPrec [StructType] # | |
Show StructType Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods showsPrec :: Int -> StructType -> ShowS # show :: StructType -> String # showList :: [StructType] -> ShowS # | |
Eq StructType Source # | |
Defined in Hydra.Langs.Parquet.Delta | |
Ord StructType Source # | |
Defined in Hydra.Langs.Parquet.Delta Methods compare :: StructType -> StructType -> Ordering # (<) :: StructType -> StructType -> Bool # (<=) :: StructType -> StructType -> Bool # (>) :: StructType -> StructType -> Bool # (>=) :: StructType -> StructType -> Bool # max :: StructType -> StructType -> StructType # min :: StructType -> StructType -> StructType # |
_StructType :: Name Source #