| 38 | | StructRow // interval |
| 39 | |
| 40 | export interface ArrowDataframeProto { |
| 41 | data: ArrowTableProto |
| 42 | height: string |
| 43 | width: string |
| 44 | } |
| 45 | |
| 46 | export interface ArrowTableProto { |
| 47 | data: Uint8Array |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…