| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Athena.Types.Column
Description
Documentation
Contains metadata for a column in a table.
See: newColumn smart constructor.
Constructors
| Column' | |
Instances
| FromJSON Column Source # | |
| Generic Column Source # | |
| Read Column Source # | |
| Show Column Source # | |
| NFData Column Source # | |
Defined in Amazonka.Athena.Types.Column | |
| Eq Column Source # | |
| Hashable Column Source # | |
Defined in Amazonka.Athena.Types.Column | |
| type Rep Column Source # | |
Defined in Amazonka.Athena.Types.Column type Rep Column = D1 ('MetaData "Column" "Amazonka.Athena.Types.Column" "amazonka-athena-2.0-1BJA3HTvHJNEzwQRaEw59w" 'False) (C1 ('MetaCons "Column'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) | |
Create a value of Column 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:comment:Column', column_comment - Optional information about the column.
$sel:type':Column', column_type - The data type of the column.
$sel:name:Column', column_name - The name of the column.