| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Run.BigQuery.Types
Contents
Documentation
newtype BigQueryRunError #
Constructors
| ProtoErrors (NonEmpty ErrorProto) |
Instances
| Exception BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types Methods toException :: BigQueryRunError -> SomeException # fromException :: SomeException -> Maybe BigQueryRunError # | |
| Show BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types Methods showsPrec :: Int -> BigQueryRunError -> ShowS # show :: BigQueryRunError -> String # showList :: [BigQueryRunError] -> ShowS # | |
| Eq BigQueryRunError # | |
Defined in Napkin.Run.BigQuery.Types Methods (==) :: BigQueryRunError -> BigQueryRunError -> Bool # (/=) :: BigQueryRunError -> BigQueryRunError -> Bool # | |
data BQTableContext #
Constructors
| BQTableContext | |
Instances
newtype StarExpansionNotSupported #
Constructors
| StarExpansionNotSupported (Ref Table) |
Instances
| Show StarExpansionNotSupported # | |
Defined in Napkin.Run.BigQuery.Types Methods showsPrec :: Int -> StarExpansionNotSupported -> ShowS # show :: StarExpansionNotSupported -> String # showList :: [StarExpansionNotSupported] -> ShowS # | |
| Eq StarExpansionNotSupported # | |
Defined in Napkin.Run.BigQuery.Types Methods (==) :: StarExpansionNotSupported -> StarExpansionNotSupported -> Bool # (/=) :: StarExpansionNotSupported -> StarExpansionNotSupported -> Bool # | |
| ToErrorDescription StarExpansionNotSupported # | |
Defined in Napkin.Run.BigQuery.Types Methods | |
newtype DatasetIsMissing #
Constructors
| DatasetIsMissing (Ref Table) |
Instances
| Show DatasetIsMissing # | |
Defined in Napkin.Run.BigQuery.Types Methods showsPrec :: Int -> DatasetIsMissing -> ShowS # show :: DatasetIsMissing -> String # showList :: [DatasetIsMissing] -> ShowS # | |
| Eq DatasetIsMissing # | |
Defined in Napkin.Run.BigQuery.Types Methods (==) :: DatasetIsMissing -> DatasetIsMissing -> Bool # (/=) :: DatasetIsMissing -> DatasetIsMissing -> Bool # | |
| ToErrorDescription DatasetIsMissing # | |
Defined in Napkin.Run.BigQuery.Types Methods toDescription :: DatasetIsMissing -> Text # | |
class ToErrorDescription a where #
Methods
toDescription :: a -> Text #
Instances
| ToErrorDescription DatasetIsMissing # | |
Defined in Napkin.Run.BigQuery.Types Methods toDescription :: DatasetIsMissing -> Text # | |
| ToErrorDescription StarExpansionNotSupported # | |
Defined in Napkin.Run.BigQuery.Types Methods | |
Orphan instances
| FromJSON (DbBackendOptions BigQuery) # | |||||
Methods parseJSON :: Value -> Parser (DbBackendOptions BigQuery) # parseJSONList :: Value -> Parser [DbBackendOptions BigQuery] # | |||||
| Default (DbBackendOptions BigQuery) # | |||||
Methods | |||||
| Generic (DbBackendOptions BigQuery) # | |||||
Associated Types
Methods from :: DbBackendOptions BigQuery -> Rep (DbBackendOptions BigQuery) x # to :: Rep (DbBackendOptions BigQuery) x -> DbBackendOptions BigQuery # | |||||
| Show (DbBackendOptions BigQuery) # | |||||
| Eq (DbBackendOptions BigQuery) # | |||||
Methods (==) :: DbBackendOptions BigQuery -> DbBackendOptions BigQuery -> Bool # (/=) :: DbBackendOptions BigQuery -> DbBackendOptions BigQuery -> Bool # | |||||