Skip to content

Commit 3d5240a

Browse files
committed
fix more externs
1 parent 10c48ad commit 3d5240a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

js/src/Arrow.externs.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Table.empty = function() {};
3838
/** @type {?} */
3939
Table.prototype.schema;
4040
/** @type {?} */
41-
Table.prototype.columns;
42-
/** @type {?} */
4341
Table.prototype.length;
4442
/** @type {?} */
4543
Table.prototype.numCols;
@@ -58,15 +56,13 @@ Table.prototype.select;
5856
/** @type {?} */
5957
Table.prototype.rowsToString;
6058
/** @type {?} */
61-
Table.prototype.lengths;
59+
Table.prototype.batchesUnion;
6260
/** @type {?} */
6361
Table.prototype.batches;
6462
/** @type {?} */
6563
Table.prototype.countBy;
6664
/** @type {?} */
6765
Table.prototype.scan;
68-
/** @type {?} */
69-
Table.prototype.get;
7066

7167
var CountByResult = function() {};
7268
/** @type {?} */
@@ -124,7 +120,7 @@ RecordBatch.from = function() {};
124120
/** @type {?} */
125121
RecordBatch.prototype.numCols;
126122
/** @type {?} */
127-
RecordBatch.prototype.numRows;
123+
RecordBatch.prototype.length;
128124
/** @type {?} */
129125
RecordBatch.prototype.schema;
130126
/** @type {?} */
@@ -311,6 +307,8 @@ Schema.prototype.version;
311307
Schema.prototype.metadata;
312308
/** @type {?} */
313309
Schema.prototype.dictionaries;
310+
/** @type {?} */
311+
Schema.prototype.select;
314312
var Field = function() {};
315313
/** @type {?} */
316314
Field.prototype.name;

0 commit comments

Comments
 (0)