Interface GeoparquetResolverOptionsExperimental

interface GeoparquetResolverOptions {
    driverFactory?: DuckDbDriverFactory;
    runtime?: GeoparquetRuntime;
}

Properties

driverFactory?: DuckDbDriverFactory

Driver factory used to build the runtime when none is supplied.

Reuse an existing runtime instead of creating one.