ExchangeInput
type ExchangeInput = Record<string, any>[] | RecordBatch;Defined in: src/client/types.ts:7
Rows inferred for compatibility, or a batch built from an explicit declared Arrow schema.
type ExchangeInput = Record<string, any>[] | RecordBatch;Defined in: src/client/types.ts:7
Rows inferred for compatibility, or a batch built from an explicit declared Arrow schema.