Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
Instances
Instances
Data TableMeta # | |||||
Defined in Napkin.Types.Redshift gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TableMeta -> c TableMeta # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TableMeta # toConstr :: TableMeta -> Constr # dataTypeOf :: TableMeta -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TableMeta) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TableMeta) # gmapT :: (forall b. Data b => b -> b) -> TableMeta -> TableMeta # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TableMeta -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TableMeta -> r # gmapQ :: (forall d. Data d => d -> u) -> TableMeta -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TableMeta -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TableMeta -> m TableMeta # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TableMeta -> m TableMeta # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TableMeta -> m TableMeta # | |||||
Generic TableMeta # | |||||
Defined in Napkin.Types.Redshift
| |||||
Show TableMeta # | |||||
Default TableMeta # | |||||
Defined in Napkin.Types.Redshift | |||||
Eq TableMeta # | |||||
RenderSql (CreateTable TableMeta) Redshift # | Commands | ||||
Defined in Napkin.Render.Redshift | |||||
Command (CreateTable TableMeta) () Redshift # | |||||
Defined in Napkin.Run.Redshift execCommand :: MonadNapkin Redshift m => BackendConn Redshift -> CreateTable TableMeta -> m () # | |||||
Command (CreateTableDDL TableMeta) () Redshift # | |||||
Defined in Napkin.Run.Redshift execCommand :: MonadNapkin Redshift m => BackendConn Redshift -> CreateTableDDL TableMeta -> m () # | |||||
type Rep TableMeta # | |||||
Defined in Napkin.Types.Redshift type Rep TableMeta = D1 ('MetaData "TableMeta" "Napkin.Types.Redshift" "napkin-1.0.0-5YkWAC9Wc776PT0LDghaFb" 'False) (C1 ('MetaCons "TableMeta" 'PrefixI 'True) ((S1 ('MetaSel ('Just "local") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "temp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "distStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DistStyle) :*: S1 ('MetaSel ('Just "sorting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe SortKey))))) |
Instances
FromJSON DistStyle # | |||||
Defined in Napkin.Spec.Yaml.Types.BackendMeta | |||||
Data DistStyle # | |||||
Defined in Napkin.Types.Redshift 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 # | |||||
Defined in Napkin.Types.Redshift
| |||||
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-1.0.0-5YkWAC9Wc776PT0LDghaFb" '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))) |
Instances
FromJSON SortStyle # | |
Defined in Napkin.Spec.Yaml.Types.BackendMeta | |
Data SortStyle # | |
Defined in Napkin.Types.Redshift 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 # | |
Defined in Napkin.Types.Redshift | |
Show SortStyle # | |
Default SortStyle # | |
Defined in Napkin.Types.Redshift | |
Eq SortStyle # | |
RenderSql SortStyle Redshift # | |
type Rep SortStyle # | |
Instances
FromJSON SortKey # | |||||
Defined in Napkin.Spec.Yaml.Types.BackendMeta | |||||
Data SortKey # | |||||
Defined in Napkin.Types.Redshift 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 # | |||||
Defined in Napkin.Types.Redshift
| |||||
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-1.0.0-5YkWAC9Wc776PT0LDghaFb" '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]))) |