Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data SkewedInfo Source #
Specifies skewed values in a table. Skewed values are those that occur with very high frequency.
See: newSkewedInfo
smart constructor.
SkewedInfo' | |
|
Instances
newSkewedInfo :: SkewedInfo Source #
Create a value of SkewedInfo
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:skewedColumnValueLocationMaps:SkewedInfo'
, skewedInfo_skewedColumnValueLocationMaps
- A mapping of skewed values to the columns that contain them.
$sel:skewedColumnValues:SkewedInfo'
, skewedInfo_skewedColumnValues
- A list of values that appear so frequently as to be considered skewed.
$sel:skewedColumnNames:SkewedInfo'
, skewedInfo_skewedColumnNames
- A list of names of columns that contain skewed values.
skewedInfo_skewedColumnValueLocationMaps :: Lens' SkewedInfo (Maybe (HashMap Text Text)) Source #
A mapping of skewed values to the columns that contain them.
skewedInfo_skewedColumnValues :: Lens' SkewedInfo (Maybe [Text]) Source #
A list of values that appear so frequently as to be considered skewed.
skewedInfo_skewedColumnNames :: Lens' SkewedInfo (Maybe [Text]) Source #
A list of names of columns that contain skewed values.