Skip to content

Conversation

@kyleconroy
Copy link
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.

3 participants