Skip to content

Commit

Permalink
docs: spanner support for float32 type (#2882)
Browse files Browse the repository at this point in the history
Follow-up to #2662.
  • Loading branch information
meltsufin committed May 15, 2024
1 parent 7d4bb44 commit 4aca9e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/spanner.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,12 @@ Natively supported types:
* `com.google.cloud.Timestamp`
* `java.lang.Boolean`, `boolean`
* `java.lang.Double`, `double`
* `java.lang.Float`, `float`
* `java.lang.Long`, `long`
* `java.lang.Integer`, `int`
* `java.lang.String`
* `double[]`
* `float[]`
* `long[]`
* `boolean[]`
* `java.util.Date`
Expand Down Expand Up @@ -557,9 +559,11 @@ Custom converters can be used to extend the type support for user defined types.
* `com.google.cloud.Timestamp`
* `java.lang.Boolean`, `boolean`
* `java.lang.Double`, `double`
* `java.lang.Float`, `flaot`
* `java.lang.Long`, `long`
* `java.lang.String`
* `double[]`
* `float[]`
* `long[]`
* `boolean[]`
* `enum` types
Expand Down

0 comments on commit 4aca9e6

Please sign in to comment.