Skip to content

Implement full parsing of CREATE SPATIAL INDEX statements#42

Merged
kyleconroy merged 1 commit intomainfrom
claude/fix-nextjs-typescript-3O25m
Dec 23, 2025
Merged

Implement full parsing of CREATE SPATIAL INDEX statements#42
kyleconroy merged 1 commit intomainfrom
claude/fix-nextjs-typescript-3O25m

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

Implement full parsing of CREATE SPATIAL INDEX statements including:

  • USING clause with GEOMETRY_GRID, GEOGRAPHY_GRID, GEOMETRY_AUTO_GRID, and GEOGRAPHY_AUTO_GRID indexing schemes
  • WITH clause options: DATA_COMPRESSION, BOUNDING_BOX, GRIDS, CELLS_PER_OBJECT, and standard index options
  • ON filegroup clause

Add AST types for spatial index components:

  • CreateSpatialIndexStatement
  • SpatialIndexOption interface and implementations
  • BoundingBoxParameter and GridParameter types
  • DataCompressionOption and IgnoreDupKeyIndexOption index options

Enable two passing tests:

  • CreateSpatialIndexStatementTests110
  • Baselines110_CreateSpatialIndexStatementTests110

Implement full parsing of CREATE SPATIAL INDEX statements including:
- USING clause with GEOMETRY_GRID, GEOGRAPHY_GRID, GEOMETRY_AUTO_GRID,
  and GEOGRAPHY_AUTO_GRID indexing schemes
- WITH clause options: DATA_COMPRESSION, BOUNDING_BOX, GRIDS,
  CELLS_PER_OBJECT, and standard index options
- ON filegroup clause

Add AST types for spatial index components:
- CreateSpatialIndexStatement
- SpatialIndexOption interface and implementations
- BoundingBoxParameter and GridParameter types
- DataCompressionOption and IgnoreDupKeyIndexOption index options

Enable two passing tests:
- CreateSpatialIndexStatementTests110
- Baselines110_CreateSpatialIndexStatementTests110
@kyleconroy kyleconroy merged commit 261e53c into main Dec 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants