Interface DuckDbCompiledQueryV2Experimental

Credential-free DuckDB template compiled for execution-time resource binding.

interface DuckDbCompiledQueryV2 {
    bboxApproximated?: boolean;
    compiler: "duckdb-sql-v2";
    geometryColumn?: string;
    geometryEncoding?: DuckDbGeometryEncoding;
    resource: GeoParquetResourceHandleV1;
    sqlTemplate: string;
}

Properties

bboxApproximated?: boolean
compiler
geometryColumn?: string
geometryEncoding?: DuckDbGeometryEncoding
sqlTemplate: string

Inspectable SQL over a fixed non-runnable placeholder, never a raw locator.