File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ Table.empty = function() {};
38
38
/** @type {? } */
39
39
Table . prototype . schema ;
40
40
/** @type {? } */
41
- Table . prototype . columns ;
42
- /** @type {? } */
43
41
Table . prototype . length ;
44
42
/** @type {? } */
45
43
Table . prototype . numCols ;
@@ -58,15 +56,13 @@ Table.prototype.select;
58
56
/** @type {? } */
59
57
Table . prototype . rowsToString ;
60
58
/** @type {? } */
61
- Table . prototype . lengths ;
59
+ Table . prototype . batchesUnion ;
62
60
/** @type {? } */
63
61
Table . prototype . batches ;
64
62
/** @type {? } */
65
63
Table . prototype . countBy ;
66
64
/** @type {? } */
67
65
Table . prototype . scan ;
68
- /** @type {? } */
69
- Table . prototype . get ;
70
66
71
67
var CountByResult = function ( ) { } ;
72
68
/** @type {? } */
@@ -124,7 +120,7 @@ RecordBatch.from = function() {};
124
120
/** @type {? } */
125
121
RecordBatch . prototype . numCols ;
126
122
/** @type {? } */
127
- RecordBatch . prototype . numRows ;
123
+ RecordBatch . prototype . length ;
128
124
/** @type {? } */
129
125
RecordBatch . prototype . schema ;
130
126
/** @type {? } */
@@ -311,6 +307,8 @@ Schema.prototype.version;
311
307
Schema . prototype . metadata ;
312
308
/** @type {? } */
313
309
Schema . prototype . dictionaries ;
310
+ /** @type {? } */
311
+ Schema . prototype . select ;
314
312
var Field = function ( ) { } ;
315
313
/** @type {? } */
316
314
Field . prototype . name ;
You can’t perform that action at this time.
0 commit comments