Interface BuildProfileInputExperimental

interface BuildProfileInput {
    describe: readonly DescribeRow[];
    geoJson?: string;
    geometryColumnOverride?: string;
    rowEstimate?: number;
}

Properties

describe: readonly DescribeRow[]
geoJson?: string

Raw geo metadata JSON string, if the file carried GeoParquet metadata.

geometryColumnOverride?: string

Explicit geometry column override from the descriptor.

rowEstimate?: number

Footer row estimate.