Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
newtype BigQueryRunError #
Instances
Exception BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types | |
Show BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types showsPrec :: Int -> BigQueryRunError -> ShowS # show :: BigQueryRunError -> String # showList :: [BigQueryRunError] -> ShowS # | |
Eq BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types (==) :: BigQueryRunError -> BigQueryRunError -> Bool # (/=) :: BigQueryRunError -> BigQueryRunError -> Bool # |
newtype BQProjectId #
Instances
newtype BQDataSetId #
Instances
Instances
Data BQTableId # | |
Defined in Napkin.Run.BigQuery.Types gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BQTableId -> c BQTableId # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BQTableId # toConstr :: BQTableId -> Constr # dataTypeOf :: BQTableId -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BQTableId) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BQTableId) # gmapT :: (forall b. Data b => b -> b) -> BQTableId -> BQTableId # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BQTableId -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BQTableId -> r # gmapQ :: (forall d. Data d => d -> u) -> BQTableId -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> BQTableId -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> BQTableId -> m BQTableId # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BQTableId -> m BQTableId # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BQTableId -> m BQTableId # | |
Show BQTableId # | |
Eq BQTableId # | |
Ord BQTableId # | |
Defined in Napkin.Run.BigQuery.Types |
data BQTableContext #
Instances
Show BQTableContext # | |
Defined in Napkin.Run.BigQuery.Types showsPrec :: Int -> BQTableContext -> ShowS # show :: BQTableContext -> String # showList :: [BQTableContext] -> ShowS # |
Orphan instances
FromJSON (DbBackendOptions BigQuery) # | |
parseJSON :: Value -> Parser (DbBackendOptions BigQuery) # parseJSONList :: Value -> Parser [DbBackendOptions BigQuery] # | |
Generic (DbBackendOptions BigQuery) # | |
from :: DbBackendOptions BigQuery -> Rep (DbBackendOptions BigQuery) x # to :: Rep (DbBackendOptions BigQuery) x -> DbBackendOptions BigQuery # | |
Show (DbBackendOptions BigQuery) # | |
Default (DbBackendOptions BigQuery) # | |
Eq (DbBackendOptions BigQuery) # | |
(==) :: DbBackendOptions BigQuery -> DbBackendOptions BigQuery -> Bool # (/=) :: DbBackendOptions BigQuery -> DbBackendOptions BigQuery -> Bool # |