Interface GeoArrowAggregateSourceExperimental

Source provenance recorded on an aggregate result batch.

interface GeoArrowAggregateSource {
    batchId: string;
    planId: string;
    rowCount: number;
    schemaId: string;
    skippedRows: number;
    sourceId: string;
    sourceVersion: string;
}

Properties

batchId: string
planId: string
rowCount: number
schemaId: string
skippedRows: number

Rows dropped because their group key was null under the skip policy.

sourceId: string
sourceVersion: string