Expand description
Generate DDL for Arrow views (va_, tv_, ta_*)
This command generates SQL DDL statements for creating Arrow-optimized views from a compiled FraiseQL schema. It supports multiple view types:
va_*(Vector Arrow views) - For vector search and analyticstv_*(Table Vector views) - For materialized table vectorsta_*(Table Arrow views) - For Arrow Flight table streaming
The command validates the schema, entity, and view configuration before generation.
Structs§
- Generate
Views Config - Configuration for view generation
Enums§
- Refresh
Strategy - Refresh strategy for view updates
Functions§
- run
- Run the generate-views command