Skip to content

parseDescribeResponse

function parseDescribeResponse(batches, onLog?): Promise<ServiceDescription>;

Defined in: src/client/introspect.ts:71

Parse a describe response from batches into a ServiceDescription. Reusable across transports (HTTP, pipe, subprocess).

Parameter Type
batches RecordBatch<any>[]
onLog? (msg) => void

Promise<ServiceDescription>