Skip to content

@sqlrooms/duckdb-core / quoteParsedRawSqlTableReference

Function: quoteParsedRawSqlTableReference()

quoteParsedRawSqlTableReference(input): RawSqlTableReference | undefined

Parses and quotes a legacy/user-provided table reference for direct SQL.

Prefer resolving against the catalog and calling getRawSqlTableReference(...). This helper exists for boundaries that still receive plain strings.

Parameters

ParameterType
inputstring | undefined

Returns

RawSqlTableReference | undefined