Would be lovely to add support for NULL_FILTERED indexes: https://cloud.google.com/spanner/docs/secondary-indexes#null-indexing-disable probably something like `sqlalchemy.Index(..., spanner_null_filtered=True)`
Would be lovely to add support for NULL_FILTERED indexes:
https://cloud.google.com/spanner/docs/secondary-indexes#null-indexing-disable
probably something like
sqlalchemy.Index(..., spanner_null_filtered=True)