@apache-arrow/es2015-umd
Advanced tools
Comparing version 13.0.0 to 14.0.0
@@ -177,2 +177,4 @@ // Licensed to the Apache Software Foundation (ASF) under one | ||
/** @type {?} */ | ||
Type[18] = function() {}; | ||
/** @type {?} */ | ||
Type.NONE = function() {}; | ||
@@ -214,2 +216,4 @@ /** @type {?} */ | ||
/** @type {?} */ | ||
Type.Duration = function() {}; | ||
/** @type {?} */ | ||
Type.Dictionary = function() {}; | ||
@@ -318,2 +322,18 @@ /** @type {?} */ | ||
Type[-26] = function() {}; | ||
/** @type {?} */ | ||
Type.DurationSecond = function() {}; | ||
/** @type {?} */ | ||
Type[-27] = function() {}; | ||
/** @type {?} */ | ||
Type.DurationMillisecond = function() {}; | ||
/** @type {?} */ | ||
Type[-28] = function() {}; | ||
/** @type {?} */ | ||
Type.DurationMicrosecond = function() {}; | ||
/** @type {?} */ | ||
Type[-29] = function() {}; | ||
/** @type {?} */ | ||
Type.DurationNanosecond = function() {}; | ||
/** @type {?} */ | ||
Type[-30] = function() {}; | ||
var UnionMode = function() {}; | ||
@@ -353,2 +373,4 @@ /** @type {?} */ | ||
/** @type {?} */ | ||
Data.prototype.nullable; | ||
/** @type {?} */ | ||
Data.prototype.byteLength; | ||
@@ -392,2 +414,4 @@ /** @type {?} */ | ||
/** @type {?} */ | ||
DataType.isDuration = function() {}; | ||
/** @type {?} */ | ||
DataType.isList = function() {}; | ||
@@ -596,2 +620,13 @@ /** @type {?} */ | ||
var IntervalYearMonth = function() {}; | ||
var Duration = function() {}; | ||
/** @type {?} */ | ||
Duration.prototype.typeId; | ||
/** @type {?} */ | ||
Duration.prototype.unit; | ||
/** @type {?} */ | ||
Duration.prototype.ArrayType; | ||
var DurationSecond = function() {}; | ||
var DurationMillisecond = function() {}; | ||
var DurationMicrosecond = function() {}; | ||
var DurationNanosecond = function() {}; | ||
var FixedSizeList = function() {}; | ||
@@ -757,2 +792,4 @@ /** @type {?} */ | ||
/** @type {?} */ | ||
Visitor.prototype.visitDuration; | ||
/** @type {?} */ | ||
Visitor.prototype.visitFixedSizeList; | ||
@@ -811,2 +848,10 @@ /** @type {?} */ | ||
Visitor.prototype.visitIntervalYearMonth; | ||
/** @type {?} */ | ||
Visitor.prototype.visitDurationSecond; | ||
/** @type {?} */ | ||
Visitor.prototype.visitDurationMillisecond; | ||
/** @type {?} */ | ||
Visitor.prototype.visitDurationMicrosecond; | ||
/** @type {?} */ | ||
Visitor.prototype.visitDurationNanosecond; | ||
var Vector = function() {}; | ||
@@ -1219,2 +1264,4 @@ /** @type {?} */ | ||
/** @type {?} */ | ||
util.valueToString = function() {}; | ||
/** @type {?} */ | ||
util.compareSchemas = function() {}; | ||
@@ -1339,2 +1386,7 @@ /** @type {?} */ | ||
var IntervalYearMonthBuilder = function() {}; | ||
var DurationBuilder = function() {}; | ||
var DurationSecondBuilder = function() {}; | ||
var DurationMillisecondBuilder = function() {}; | ||
var DurationMicrosecondBuilder = function() {}; | ||
var DurationNanosecondBuilder = function() {}; | ||
var IntBuilder = function() {}; | ||
@@ -1341,0 +1393,0 @@ /** @type {?} */ |
{ | ||
"version": "13.0.0", | ||
"version": "14.0.0", | ||
"name": "@apache-arrow/es2015-umd", | ||
@@ -18,3 +18,3 @@ "unpkg": "Arrow.js", | ||
"bugs": { | ||
"url": "https://issues.apache.org/jira/projects/ARROW" | ||
"url": "https://github.com/apache/arrow/issues" | ||
}, | ||
@@ -21,0 +21,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
841191
2953
9