Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseResult ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ExperimentalParse ¶
func (p *Parser) ExperimentalParse( builder query.Builder, dynColNames []string, sql string, ) (ParseResult, error)
ExperimentalParse uses the provided query builder to build a FrostDB query specified using the provided SQL. TODO(asubiotto): This API will change over time. Currently, queryEngine.ScanTable is provided as a starting point and no table needs to be specified in the SQL statement. Additionally, the idea is to change to creating logical plans directly (rather than through a builder).
Click to show internal directories.
Click to hide internal directories.