Back to Cockroach

README

pkg/sql/opt/README.md

26.1.3269 B
Original Source

The opt package defines common high-level interfaces and classes that multiple sub-packages share. None of these definitions depend on any sub-packages, so all sub-packages can therefore depend on opt without causing cyclical dependencies (which Go does not allow).