Skip to contents

DuckDB function sql_auto_complete().

Usage

sql_auto_complete(
  col0,
  max_exact_suggestion_count,
  max_file_suggestion_count,
  max_suggestion_count
)

Arguments

col0

VARCHAR

max_exact_suggestion_count

UBIGINT

max_file_suggestion_count

UBIGINT

max_suggestion_count

UBIGINT

Value

Unspecified.

Provided by

The autocomplete extension (LOAD autocomplete;).