Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data PrestoStatement r a Source #
ConstrainSASNames Functor r => Functor (PrestoStatement r) Source # | |
ConstrainSASNames Foldable r => Foldable (PrestoStatement r) Source # | |
ConstrainSASNames Traversable r => Traversable (PrestoStatement r) Source # | |
ConstrainSNames Eq r a => Eq (PrestoStatement r a) Source # | |
(ConstrainSNames Data r a, Data r) => Data (PrestoStatement r a) Source # | |
ConstrainSNames Show r a => Show (PrestoStatement r a) Source # | |
Generic (PrestoStatement r a) Source # | |
(ConstrainSNames ToJSON r a, ToJSON a) => ToJSON (PrestoStatement r a) Source # | |
HasColumnLineage (PrestoStatement ResolvedNames Range) Source # | |
HasColumns (PrestoStatement ResolvedNames a) Source # | |
HasJoins (PrestoStatement ResolvedNames a) Source # | |
HasTableLineage (PrestoStatement ResolvedNames a) Source # | |
HasSchemaChange (PrestoStatement ResolvedNames a) Source # | |
HasTables (PrestoStatement ResolvedNames a) Source # | |
type Rep (PrestoStatement r a) Source # | |
resolvePrestoStatement :: PrestoStatement RawNames a -> Resolver (PrestoStatement ResolvedNames) a Source #
typeExample :: () Source #