| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Napkin.Types.Redshift
Description
Documentation
Constructors
| Redshift |
Instances
Constructors
| TableMeta | |
Fields
| |
Instances
Instances
| FromJSON DistStyle # | |
| Data DistStyle # | |
Defined in Napkin.Types.Redshift Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DistStyle -> c DistStyle # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DistStyle # toConstr :: DistStyle -> Constr # dataTypeOf :: DistStyle -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DistStyle) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DistStyle) # gmapT :: (forall b. Data b => b -> b) -> DistStyle -> DistStyle # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DistStyle -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DistStyle -> r # gmapQ :: (forall d. Data d => d -> u) -> DistStyle -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> DistStyle -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DistStyle -> m DistStyle # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DistStyle -> m DistStyle # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DistStyle -> m DistStyle # | |
| Generic DistStyle # | |
| Show DistStyle # | |
| Default DistStyle # | |
Defined in Napkin.Types.Redshift | |
| Eq DistStyle # | |
| RenderSql DistStyle Redshift # | |
| type Rep DistStyle # | |
Defined in Napkin.Types.Redshift type Rep DistStyle = D1 ('MetaData "DistStyle" "Napkin.Types.Redshift" "napkin-0.5.14-JrXUGmKUOt9J0meJSj0Kh4" 'False) (C1 ('MetaCons "DistEven" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "DistKey" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SExp)) :+: C1 ('MetaCons "DistAll" 'PrefixI 'False) (U1 :: Type -> Type))) | |
Constructors
| SortCompound | |
| SortInterleaved |
Instances
| FromJSON SortStyle # | |
| Data SortStyle # | |
Defined in Napkin.Types.Redshift Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SortStyle -> c SortStyle # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SortStyle # toConstr :: SortStyle -> Constr # dataTypeOf :: SortStyle -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SortStyle) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SortStyle) # gmapT :: (forall b. Data b => b -> b) -> SortStyle -> SortStyle # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SortStyle -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SortStyle -> r # gmapQ :: (forall d. Data d => d -> u) -> SortStyle -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SortStyle -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SortStyle -> m SortStyle # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SortStyle -> m SortStyle # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SortStyle -> m SortStyle # | |
| Generic SortStyle # | |
| Show SortStyle # | |
| Default SortStyle # | |
Defined in Napkin.Types.Redshift | |
| Eq SortStyle # | |
| RenderSql SortStyle Redshift # | |
| type Rep SortStyle # | |
Instances
| FromJSON SortKey # | |
| Data SortKey # | |
Defined in Napkin.Types.Redshift Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SortKey -> c SortKey # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SortKey # toConstr :: SortKey -> Constr # dataTypeOf :: SortKey -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SortKey) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SortKey) # gmapT :: (forall b. Data b => b -> b) -> SortKey -> SortKey # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SortKey -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SortKey -> r # gmapQ :: (forall d. Data d => d -> u) -> SortKey -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SortKey -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SortKey -> m SortKey # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SortKey -> m SortKey # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SortKey -> m SortKey # | |
| Generic SortKey # | |
| Show SortKey # | |
| Eq SortKey # | |
| RenderSql SortKey Redshift # | |
| type Rep SortKey # | |
Defined in Napkin.Types.Redshift type Rep SortKey = D1 ('MetaData "SortKey" "Napkin.Types.Redshift" "napkin-0.5.14-JrXUGmKUOt9J0meJSj0Kh4" 'False) (C1 ('MetaCons "SortKey" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SortStyle) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [SExp]))) | |
_SortInterleaved :: Prism' SortStyle () #
_SortCompound :: Prism' SortStyle () #