Interface QueryIrGeoparquetResourceIdentityExperimental

Credential-free GeoParquet identity used by v2 plans.

interface QueryIrGeoparquetResourceIdentity {
    bboxColumn?: string;
    geometryColumn?: string;
    geometryEncoding?: DuckDbGeometryEncoding;
    resource: GeoParquetResourceHandleV1;
}

Properties

bboxColumn?: string
geometryColumn?: string

Geometry metadata is safe planner input and never requires locator resolution.

geometryEncoding?: DuckDbGeometryEncoding