Skip to content

Commit

Permalink
fix more externs
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 27, 2018
1 parent 10c48ad commit 3d5240a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions js/src/Arrow.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Table.empty = function() {};
/** @type {?} */
Table.prototype.schema;
/** @type {?} */
Table.prototype.columns;
/** @type {?} */
Table.prototype.length;
/** @type {?} */
Table.prototype.numCols;
Expand All @@ -58,15 +56,13 @@ Table.prototype.select;
/** @type {?} */
Table.prototype.rowsToString;
/** @type {?} */
Table.prototype.lengths;
Table.prototype.batchesUnion;
/** @type {?} */
Table.prototype.batches;
/** @type {?} */
Table.prototype.countBy;
/** @type {?} */
Table.prototype.scan;
/** @type {?} */
Table.prototype.get;

var CountByResult = function() {};
/** @type {?} */
Expand Down Expand Up @@ -124,7 +120,7 @@ RecordBatch.from = function() {};
/** @type {?} */
RecordBatch.prototype.numCols;
/** @type {?} */
RecordBatch.prototype.numRows;
RecordBatch.prototype.length;
/** @type {?} */
RecordBatch.prototype.schema;
/** @type {?} */
Expand Down Expand Up @@ -311,6 +307,8 @@ Schema.prototype.version;
Schema.prototype.metadata;
/** @type {?} */
Schema.prototype.dictionaries;
/** @type {?} */
Schema.prototype.select;
var Field = function() {};
/** @type {?} */
Field.prototype.name;
Expand Down

0 comments on commit 3d5240a

Please sign in to comment.