Skip to contents

DuckDB function quack_serve().

Usage

quack_serve(col0, token, allow_other_hostname, disable_ssl)

Arguments

col0

VARCHAR

token

VARCHAR

allow_other_hostname

BOOLEAN

disable_ssl

BOOLEAN

Value

Unspecified.

Overloads

  • quack_serve(col0 = VARCHAR, token = VARCHAR, allow_other_hostname = BOOLEAN, disable_ssl = BOOLEAN)

  • quack_serve(token = VARCHAR, allow_other_hostname = BOOLEAN, disable_ssl = BOOLEAN)

Provided by

The quack extension (LOAD quack;).