Documentation ¶
Overview ¶
Package interpreter has the implementation of the interpreter api for the server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Query ¶
type Query struct { //NL is the natural language query NL string `json:"nl,omitempty"` }
Query struct as input for interperter
type QueryResult ¶
type QueryResult struct { interpreter.Query visualization.Visualization }
QueryResult has the interpreter query and recommended visualization
Click to show internal directories.
Click to hide internal directories.