| 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.TimeStreamQuery.Types.ScalarType
Description
Documentation
newtype ScalarType Source #
Constructors
| ScalarType' | |
Fields | |
Bundled Patterns
| pattern ScalarType_BIGINT :: ScalarType | |
| pattern ScalarType_BOOLEAN :: ScalarType | |
| pattern ScalarType_DATE :: ScalarType | |
| pattern ScalarType_DOUBLE :: ScalarType | |
| pattern ScalarType_INTEGER :: ScalarType | |
| pattern ScalarType_INTERVAL_DAY_TO_SECOND :: ScalarType | |
| pattern ScalarType_INTERVAL_YEAR_TO_MONTH :: ScalarType | |
| pattern ScalarType_TIME :: ScalarType | |
| pattern ScalarType_TIMESTAMP :: ScalarType | |
| pattern ScalarType_UNKNOWN :: ScalarType | |
| pattern ScalarType_VARCHAR :: ScalarType |