Skip to content

Conversation

hatyo
Copy link
Contributor

@hatyo hatyo commented Aug 19, 2025

This enables having nested, non-repeated fields in SQL index definition while introducing a common interface in the KeyExpression API called GroupableKeyExpression that declares grouping and ungrouping functions. The interface is implemented by existing KeyExpression implementations that already provide these methods, making dispatching on KeyExpression instances that support grouping more streamlined when creating in the SQL index generator.

This fixes #3546.

@hatyo hatyo added relational issues related to relational FDB bug fix Change that fixes a bug labels Aug 19, 2025
@hatyo hatyo changed the title Support nested not-repeated fields in SQL index definition. Support nested not-repeated fields in SQL aggregate index definition. Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Change that fixes a bug relational issues related to relational FDB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index can not be created with nested non-repeated field
1 participant