Safe Haskell | None |
---|---|
Language | Haskell2010 |
Napkin.Run.BigQuery.Types
Contents
Documentation
data BigQueryRunError #
Constructors
ProtoErrors !(NonEmpty ErrorProto) | |
MissingDatasetId |
Instances
Eq BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types Methods (==) :: BigQueryRunError -> BigQueryRunError -> Bool # (/=) :: BigQueryRunError -> BigQueryRunError -> Bool # | |
Show BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types Methods showsPrec :: Int -> BigQueryRunError -> ShowS # show :: BigQueryRunError -> String # showList :: [BigQueryRunError] -> ShowS # | |
Exception BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types Methods toException :: BigQueryRunError -> SomeException # |
newtype BQProjectId #
Constructors
BQProjectId | |
Fields |
Instances
newtype BQDataSetId #
Constructors
BQDataSetId | |
Fields |
Instances
Constructors
BQTableId | |
Fields
|
Instances
Eq BQTableId # | |
Data BQTableId # | |
Defined in Napkin.Run.BigQuery.Types Methods 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 # | |
Ord BQTableId # | |
Show BQTableId # | |
Constructors
BQContext | |
Fields
|
data BQTableContext #
Constructors
BQTableContext | |
Fields
|
Orphan instances
Eq (DbBackendOptions BigQuery) # | |
Methods (==) :: DbBackendOptions BigQuery -> DbBackendOptions BigQuery -> Bool # (/=) :: DbBackendOptions BigQuery -> DbBackendOptions BigQuery -> Bool # | |
Show (DbBackendOptions BigQuery) # | |
Generic (DbBackendOptions BigQuery) # | |
Methods from :: DbBackendOptions BigQuery -> Rep (DbBackendOptions BigQuery) x # to :: Rep (DbBackendOptions BigQuery) x -> DbBackendOptions BigQuery # | |
ToJSON (DbBackendOptions BigQuery) # | |
Methods toJSON :: DbBackendOptions BigQuery -> Value # toEncoding :: DbBackendOptions BigQuery -> Encoding # toJSONList :: [DbBackendOptions BigQuery] -> Value # toEncodingList :: [DbBackendOptions BigQuery] -> Encoding # | |
FromJSON (DbBackendOptions BigQuery) # | |
Methods parseJSON :: Value -> Parser (DbBackendOptions BigQuery) # parseJSONList :: Value -> Parser [DbBackendOptions BigQuery] # | |
Default (DbBackendOptions BigQuery) # | |
Methods |