MCPcopy
hub / github.com/streamlit/streamlit / ArrowDataframeProto

Interface ArrowDataframeProto

frontend/component-lib/src/ArrowTable.ts:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 | StructRow // interval
39
40export interface ArrowDataframeProto {
41 data: ArrowTableProto
42 height: string
43 width: string
44}
45
46export interface ArrowTableProto {
47 data: Uint8Array

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…