Skip to content

Commit 8ccb655

Browse files
feat: Add RunEndEncoded and LargeList to Arrow.dom.ts exports
1 parent 031e370 commit 8ccb655

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Arrow.dom.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ export {
5656
Timestamp, TimestampSecond, TimestampMillisecond, TimestampMicrosecond, TimestampNanosecond,
5757
Time, TimeSecond, TimeMillisecond, TimeMicrosecond, TimeNanosecond,
5858
Decimal,
59-
List, ListView, LargeListView,
59+
List, LargeList, ListView, LargeListView,
6060
Struct, StructRow,
61+
RunEndEncoded,
6162
Union, DenseUnion, SparseUnion,
6263
Dictionary,
6364
Interval, IntervalDayTime, IntervalYearMonth, IntervalMonthDayNano,

0 commit comments

Comments
 (0)