Safe Haskell | None |
---|---|
Language | Haskell2010 |
Napkin.Spec.Yaml.Types.BackendMeta
Contents
Documentation
newtype YamlBackendTableMeta b #
Constructors
YamlBackendTableMeta | |
Fields |
Instances
newtype YamlBackendViewMeta b #
Constructors
YamlBackendViewMeta | |
Fields |
Instances
newtype YamlBackendMaterializedViewMeta b #
Constructors
YamlBackendMaterializedViewMeta | |
Instances
Constructors
NoMeta () |
Instances
ToJSON NoMeta # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta | |
FromJSON NoMeta # | |
MaybeDefault NoMeta # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta |
newtype NotSupported #
Constructors
NotSupported Void |
Instances
ToJSON NotSupported # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta Methods toJSON :: NotSupported -> Value # toEncoding :: NotSupported -> Encoding # toJSONList :: [NotSupported] -> Value # toEncodingList :: [NotSupported] -> Encoding # | |
FromJSON NotSupported # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta | |
MaybeDefault NotSupported # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta Methods defMb :: Maybe NotSupported # |
newtype UseDefault a #
Constructors
UseDefault a |
Instances
Default a => MaybeDefault (UseDefault a) # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta Methods defMb :: Maybe (UseDefault a) # |
class MaybeDefault a where #
Instances
Orphan instances
ToJSON SortKey # | |
ToJSON SortStyle # | |
ToJSON DistStyle # | |
ToJSON WriteDisposition # | |
Methods toJSON :: WriteDisposition -> Value # toEncoding :: WriteDisposition -> Encoding # toJSONList :: [WriteDisposition] -> Value # toEncodingList :: [WriteDisposition] -> Encoding # | |
ToJSON Partitioning # | |
Methods toJSON :: Partitioning -> Value # toEncoding :: Partitioning -> Encoding # toJSONList :: [Partitioning] -> Value # toEncodingList :: [Partitioning] -> Encoding # | |
ToJSON RangeWithStep # | |
Methods toJSON :: RangeWithStep -> Value # toEncoding :: RangeWithStep -> Encoding # toJSONList :: [RangeWithStep] -> Value # toEncodingList :: [RangeWithStep] -> Encoding # | |
FromJSON SortKey # | |
FromJSON SortStyle # | |
FromJSON DistStyle # | |
FromJSON WriteDisposition # | |
Methods parseJSON :: Value -> Parser WriteDisposition # parseJSONList :: Value -> Parser [WriteDisposition] # | |
FromJSON Partitioning # | |
FromJSON RangeWithStep # | |
Methods parseJSON :: Value -> Parser RangeWithStep # parseJSONList :: Value -> Parser [RangeWithStep] # |