File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ Table.empty = function() {};
3838/** @type {? } */
3939Table . prototype . schema ;
4040/** @type {? } */
41- Table . prototype . columns ;
42- /** @type {? } */
4341Table . prototype . length ;
4442/** @type {? } */
4543Table . prototype . numCols ;
@@ -58,15 +56,13 @@ Table.prototype.select;
5856/** @type {? } */
5957Table . prototype . rowsToString ;
6058/** @type {? } */
61- Table . prototype . lengths ;
59+ Table . prototype . batchesUnion ;
6260/** @type {? } */
6361Table . prototype . batches ;
6462/** @type {? } */
6563Table . prototype . countBy ;
6664/** @type {? } */
6765Table . prototype . scan ;
68- /** @type {? } */
69- Table . prototype . get ;
7066
7167var CountByResult = function ( ) { } ;
7268/** @type {? } */
@@ -124,7 +120,7 @@ RecordBatch.from = function() {};
124120/** @type {? } */
125121RecordBatch . prototype . numCols ;
126122/** @type {? } */
127- RecordBatch . prototype . numRows ;
123+ RecordBatch . prototype . length ;
128124/** @type {? } */
129125RecordBatch . prototype . schema ;
130126/** @type {? } */
@@ -311,6 +307,8 @@ Schema.prototype.version;
311307Schema . prototype . metadata ;
312308/** @type {? } */
313309Schema . prototype . dictionaries ;
310+ /** @type {? } */
311+ Schema . prototype . select ;
314312var Field = function ( ) { } ;
315313/** @type {? } */
316314Field . prototype . name ;
You can’t perform that action at this time.
0 commit comments