Documentation ¶
Directories ¶
Path | Synopsis |
---|---|
Package datasource defines the interfaces a system must implement to support querying.
|
Package datasource defines the interfaces a system must implement to support querying. |
Package internal implements Exec, executing SQL-like queries on a given database.
|
Package internal implements Exec, executing SQL-like queries on a given database. |
query_checker
Package query_checker performs a semantic check on an AST produced by the query_parser package.
|
Package query_checker performs a semantic check on an AST produced by the query_parser package. |
query_functions
Package query_functions describes SyncQL's built-in functions.
|
Package query_functions describes SyncQL's built-in functions. |
query_parser
Package query_parser is a parser to parse a simplified select statement (a la SQL) for the Vanadium key value store (a.k.a., syncbase).
|
Package query_parser is a parser to parse a simplified select statement (a la SQL) for the Vanadium key value store (a.k.a., syncbase). |
test
Package query_test contains tests for the query package.
|
Package query_test contains tests for the query package. |
Package public defines the QueryEngine interface which is returned from calling v.io/v23/query/engine.Create and PreparedStatement which is returned from the QueryEngine.PrepareStatement function.
|
Package public defines the QueryEngine interface which is returned from calling v.io/v23/query/engine.Create and PreparedStatement which is returned from the QueryEngine.PrepareStatement function. |
Click to show internal directories.
Click to hide internal directories.