Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompileMessage ¶
type CompileMessage struct {
ErrorCode rune
// Annoted code containing the error and the hints
Display string
// The location of the error
LocationError SourceLocationError
}
func ToSQL ¶
func ToSQL(prqlQuery string) (string, []CompileMessage)
Calls the prqlc CLI to compile the PRQL query to SQL
Click to show internal directories.
Click to hide internal directories.