Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Complete ¶
func Complete(input *CompleterInput) []prompt.Suggest
Complete returns completions for metaqueries.
func Handle ¶
func Handle(ctx context.Context, input *HandlerInput) error
Handle handles a metaquery execution from the interactive client
func IsMetaQuery ¶
IsMetaQuery returns whether the query is a metaquery
func PromptSuggestions ¶
func PromptSuggestions() []prompt.Suggest
PromptSuggestions returns a list of the metaquery suggestions for go-prompt
Types ¶
type CompleterInput ¶
type CompleterInput struct {
Query string
ViewSuggestions []prompt.Suggest
}
CompleterInput is a struct defining input data for the metaquery completer
type HandlerInput ¶
type HandlerInput struct {
Prompt *prompt.Prompt
ClosePrompt func()
Query string
Db *database.DuckDb
// contains filtered or unexported fields
}
HandlerInput defines input data for the metaquery handler
type ValidationResult ¶
ValidationResult :: response for Validate
func Validate ¶
func Validate(query string) ValidationResult
Validate :: validate a full metaquery along with arguments - we can return err & validationResult
Click to show internal directories.
Click to hide internal directories.