We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a brain dump of nice to haves. Nothing about feasibility though.
Refined
duration
BIGNUMERIC
REPEATED
String
Int
Option[T]
List[T]
The text was updated successfully, but these errors were encountered:
support repeated leafs in BigtableType #255
dfc882a
support repeated leafs in BigtableType #255 (#284)
998794f
No branches or pull requests
Just a brain dump of nice to haves. Nothing about feasibility though.
Refined
type? bec818dduration
logical type https://avro.apache.org/docs/current/spec.html#DurationBIGNUMERIC
https://cloud.google.com/bigquery/docs/reference/standard-sql/data-typesREPEATED
type, this can be either length prefixed for variable length types likeString
or fixed for types likeInt
support repeated leafs in BigtableType #255 #284Option[T]
,List[T]
that are also ADTs. e3e7194The text was updated successfully, but these errors were encountered: