Seleziona le tue preferenze relative ai cookie

Utilizziamo cookie essenziali e strumenti simili necessari per fornire il nostro sito e i nostri servizi. Utilizziamo i cookie prestazionali per raccogliere statistiche anonime in modo da poter capire come i clienti utilizzano il nostro sito e apportare miglioramenti. I cookie essenziali non possono essere disattivati, ma puoi fare clic su \"Personalizza\" o \"Rifiuta\" per rifiutare i cookie prestazionali.

Se sei d'accordo, AWS e le terze parti approvate utilizzeranno i cookie anche per fornire utili funzionalità del sito, ricordare le tue preferenze e visualizzare contenuti pertinenti, inclusa la pubblicità pertinente. Per continuare senza accettare questi cookie, fai clic su \"Continua\" o \"Rifiuta\". Per effettuare scelte più dettagliate o saperne di più, fai clic su \"Personalizza\".

Data types - AWS Glue DataBrew
Questa pagina non è tradotta nella tua lingua. Richiedi traduzione

Data types

The data for each column of your dataset are converted to one of the following data types:

  • byte – 1-byte signed integer numbers. The range of numbers is from -128 to 127.

  • short – 2-byte signed integer numbers. The range of numbers is from -32768 to 32767.

  • integer – 4-byte signed integer numbers. The range of numbers is from -2147483648 to 2147483647.

  • long – 8-byte signed integer numbers. The range of numbers is from -9223372036854775808 to 9223372036854775807.

  • float – 4-byte single-precision floating point numbers.

  • double – 8-byte double-precision floating point numbers.

  • decimal – Signed decimal numbers with up to 38 digits total and 18 digits after the decimal point.

  • string – Character string values.

  • boolean – Boolean type has one of two possible values: `true` and `false` or `yes` and `no`.

  • timestamp – Values comprising fields year, month, day, hour, minute, and second.

  • date – Values comprising fields year, month and day.

Advanced data types

Advanced data types are data types that DataBrew detects within a string column in a project, and therefore are not part of a dataset. For information about advanced data types, see Advanced data types.

PrivacyCondizioni del sitoPreferenze cookie
© 2025, Amazon Web Services, Inc. o società affiliate. Tutti i diritti riservati.