| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.GluePartitionSkewedInfo
Synopsis
- data GluePartitionSkewedInfo = GluePartitionSkewedInfo {}
- gluePartitionSkewedInfo :: GluePartitionSkewedInfo
- gpsiSkewedColumnNames :: Lens' GluePartitionSkewedInfo (Maybe (ValList Text))
- gpsiSkewedColumnValueLocationMaps :: Lens' GluePartitionSkewedInfo (Maybe Object)
- gpsiSkewedColumnValues :: Lens' GluePartitionSkewedInfo (Maybe (ValList Text))
Documentation
data GluePartitionSkewedInfo #
Full data type definition for GluePartitionSkewedInfo. See
gluePartitionSkewedInfo for a more convenient constructor.
Constructors
| GluePartitionSkewedInfo | |
Instances
| Eq GluePartitionSkewedInfo # | |
Defined in Stratosphere.ResourceProperties.GluePartitionSkewedInfo Methods (==) :: GluePartitionSkewedInfo -> GluePartitionSkewedInfo -> Bool # (/=) :: GluePartitionSkewedInfo -> GluePartitionSkewedInfo -> Bool # | |
| Show GluePartitionSkewedInfo # | |
Defined in Stratosphere.ResourceProperties.GluePartitionSkewedInfo Methods showsPrec :: Int -> GluePartitionSkewedInfo -> ShowS # show :: GluePartitionSkewedInfo -> String # showList :: [GluePartitionSkewedInfo] -> ShowS # | |
| ToJSON GluePartitionSkewedInfo # | |
Defined in Stratosphere.ResourceProperties.GluePartitionSkewedInfo Methods toJSON :: GluePartitionSkewedInfo -> Value # toEncoding :: GluePartitionSkewedInfo -> Encoding # toJSONList :: [GluePartitionSkewedInfo] -> Value # | |
| FromJSON GluePartitionSkewedInfo # | |
Defined in Stratosphere.ResourceProperties.GluePartitionSkewedInfo Methods parseJSON :: Value -> Parser GluePartitionSkewedInfo # parseJSONList :: Value -> Parser [GluePartitionSkewedInfo] # | |
gluePartitionSkewedInfo :: GluePartitionSkewedInfo #
Constructor for GluePartitionSkewedInfo containing required fields as
arguments.