vastdb 0.1.11__tar.gz → 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vastdb-0.1.11 → vastdb-1.0.0}/CHANGELOG.md +7 -0
- vastdb-1.0.0/CONTRIBUTING.md +33 -0
- {vastdb-0.1.11/vastdb.egg-info → vastdb-1.0.0}/PKG-INFO +2 -2
- {vastdb-0.1.11 → vastdb-1.0.0}/README.md +0 -2
- {vastdb-0.1.11 → vastdb-1.0.0}/setup.py +2 -2
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/_internal.py +14 -7
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/table.py +2 -2
- {vastdb-0.1.11 → vastdb-1.0.0/vastdb.egg-info}/PKG-INFO +2 -2
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb.egg-info/SOURCES.txt +1 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/LICENSE +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/MANIFEST.in +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/requirements.txt +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/setup.cfg +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Aggregate.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySlice.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySubscript.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BinaryLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BooleanLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Bound.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Call.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CaseFragment.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Cast.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConcreteBoundImpl.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConditionalCase.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CurrentRow.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DateLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DecimalLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Deref.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DurationLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Expression.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ExpressionImpl.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldIndex.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldRef.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Filter.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FixedSizeBinaryLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float16Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float32Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float64Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Following.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Frame.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Grouping.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int16Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int32Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int64Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int8Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralDaysMilliseconds.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralImpl.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralMonths.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Join.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/JoinKind.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/KeyValue.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Limit.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ListLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralColumn.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralImpl.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralRelation.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapKey.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/OrderBy.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Ordering.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Plan.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Preceding.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Project.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelId.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Relation.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelationImpl.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOpKind.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOperation.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SimpleCase.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SortKey.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Source.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StringLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructField.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimeLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimestampLiteral.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt16Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt32Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt64Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt8Literal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Unbounded.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/WindowCall.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Binary.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Block.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompression.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompressionMethod.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Bool.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Buffer.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/CompressionType.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Date.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/DateUnit.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Decimal.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryBatch.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryEncoding.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryKind.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Duration.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Endianness.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Feature.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Field.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/FieldNode.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeBinary.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeList.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/FloatingPoint.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Footer.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Int.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Interval.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/IntervalUnit.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/KeyValue.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/LargeBinary.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/LargeList.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/LargeUtf8.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/List.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Map.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Message.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/MessageHeader.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/MetadataVersion.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Null.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Precision.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/RecordBatch.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Schema.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixCompressedAxis.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixIndexCSX.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensor.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndex.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCOO.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCSF.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Struct_.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Tensor.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/TensorDim.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Time.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/TimeUnit.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Timestamp.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Type.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Union.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/UnionMode.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/Utf8.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/AlterColumnRequest.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/AlterProjectionTableRequest.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/AlterSchemaRequest.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/AlterTableRequest.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/Column.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/ColumnType.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/CreateProjectionRequest.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/CreateSchemaRequest.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/GetProjectionTableStatsResponse.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/GetTableStatsResponse.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/ImportDataRequest.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/ListProjectionsResponse.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/ListSchemasResponse.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/ListTablesResponse.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/ObjectDetails.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/S3File.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/VipRange.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/tabular/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/bench/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/bench/test_perf.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/bench/test_sample.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/bucket.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/config.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/conftest.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/errors.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/features.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/schema.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/session.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/metrics.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/test_duckdb.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/test_imports.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/test_nested.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/test_projections.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/test_sanity.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/test_schemas.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/test_tables.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/test_util.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/tests/util.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/transaction.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/util.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/vast_tests/__init__.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/vast_tests/test_ha.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb/vast_tests/test_scale.py +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb.egg-info/dependency_links.txt +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb.egg-info/requires.txt +0 -0
- {vastdb-0.1.11 → vastdb-1.0.0}/vastdb.egg-info/top_level.txt +0 -0
|
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
6
6
|
|
|
7
|
+
## [1.0.0] (2024-07-21)
|
|
8
|
+
[1.0.0]: https://github.com/vast-data/vastdb_sdk/compare/v0.1.11...v1.0.0
|
|
9
|
+
|
|
10
|
+
## Added
|
|
11
|
+
- Add CLA (`CONTRIBUTING.md`)
|
|
12
|
+
- Support setting HTTP timeouts
|
|
13
|
+
|
|
7
14
|
## [0.1.11] (2024-07-17)
|
|
8
15
|
[0.1.11]: https://github.com/vast-data/vastdb_sdk/compare/v0.1.10...v0.1.11
|
|
9
16
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# VAST DB SDK Contribution License Agreement
|
|
2
|
+
|
|
3
|
+
Thank you for your interest in VAST DB SDK project (“Project”). You hereby accept and agree to the following terms and conditions (“Agreement”) for Your present and future Contributions (as defined below) submitted to the Project or as part of. Except for the license granted herein to the Project originator – Vast Data Ltd. together with any of its affiliates, assignee, or successor (“Vast Data” or “us” or “we”), You reserve all right, title, and interest in and to Your Contributions.
|
|
4
|
+
|
|
5
|
+
## Definitions.
|
|
6
|
+
|
|
7
|
+
"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Vast Data. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single contributor. For the purposes of this definition, "control" means (i) the power, directly or indirectly, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
8
|
+
|
|
9
|
+
"Contribution" shall mean the code, documentation, or any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the Project (or to Vast Data), inclusion in, or documentation of, the Project (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Project or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Project for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
|
|
10
|
+
|
|
11
|
+
## Licenses
|
|
12
|
+
|
|
13
|
+
Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to Vast Data and at Vast Data’ discretion, its affiliates, a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, sell, and distribute Your Contributions and such derivative works.
|
|
14
|
+
|
|
15
|
+
Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to Vast Data and, at Vast Data’ discretion, its affiliates a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by the combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes a direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.
|
|
16
|
+
|
|
17
|
+
## Representations
|
|
18
|
+
|
|
19
|
+
You represent that You are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes Your Contributions, You represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to Vast Data, or that your employer has executed a separate written agreement with Vast Data.
|
|
20
|
+
|
|
21
|
+
You represent that each of Your Contributions is Your original creation (see below for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware, and which are associated with any part of Your Contributions.
|
|
22
|
+
|
|
23
|
+
You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all.
|
|
24
|
+
|
|
25
|
+
UNLESS REQUIRED BY APPLICABLE LAW, AGREED TO IN WRITING, OR AS STATED IN THIS CLA, YOU PROVIDE YOUR CONTRIBUTION ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
26
|
+
|
|
27
|
+
Should You wish to submit work that is not Your original creation, You may submit it to Vast Data separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]". Vast Data shall have the right to determine at its discretion whether or not to use such Contribution.
|
|
28
|
+
|
|
29
|
+
Code of Conduct
|
|
30
|
+
|
|
31
|
+
In Your Contribution and/or Work or otherwise in your participation in the Project, you agree to: (i) not use or include any defamatory, illegal, derogatory, abusive, harassing, destructive, malicious, or otherwise, illegitimate content, code or language; or (ii) publish others’ private or personal information without their explicit permission (“Code of Conduct”) Vast Data’ will be entitled but not obligated to enforce the Code of Conduct and may take appropriate and fair action in response to any behaviour that is reasonably deemed by us to be inappropriate, threatening, offensive, or harmful. Further Vast Data will have the right but not the obligation to remove, edit, or reject any comments, code, issues, and other Contributions or Works submitted hereunder including without limitation by reason of nonalignment with the Code of Conduct.
|
|
32
|
+
|
|
33
|
+
You agree to notify Vast Data of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vastdb
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: VAST Data SDK
|
|
5
5
|
Home-page: https://github.com/vast-data/vastdb_sdk
|
|
6
6
|
Author: VAST DATA
|
|
7
7
|
Author-email: hello@vastdata.com
|
|
8
8
|
License: Copyright (C) VAST Data Ltd.
|
|
9
|
-
Classifier: Development Status ::
|
|
9
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.9
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
# VAST DB Python SDK
|
|
4
4
|
|
|
5
|
-
🚧 Please note that this package in a pre-release stage. Until version 1.x is officially released, the API should be considered unstable.
|
|
6
|
-
|
|
7
5
|
## Introduction
|
|
8
6
|
|
|
9
7
|
`vastdb` is a Python-based SDK designed for interacting with [VAST Database](https://vastdata.com/database) & [VAST Catalog](https://vastdata.com/blog/vast-catalog-treat-your-file-system-like-a-database), enabling schema and table management, efficient ingest, query and modification of columnar data. For more details, see [our whitepaper](https://vastdata.com/whitepaper/#TheVASTDataBase).
|
|
@@ -29,7 +29,7 @@ setup(
|
|
|
29
29
|
name='vastdb',
|
|
30
30
|
python_requires='>=3.9.0',
|
|
31
31
|
description='VAST Data SDK',
|
|
32
|
-
version='0.
|
|
32
|
+
version='1.0.0' + suffix,
|
|
33
33
|
url='https://github.com/vast-data/vastdb_sdk',
|
|
34
34
|
author='VAST DATA',
|
|
35
35
|
author_email='hello@vastdata.com',
|
|
@@ -39,7 +39,7 @@ setup(
|
|
|
39
39
|
long_description=long_description,
|
|
40
40
|
long_description_content_type='text/markdown',
|
|
41
41
|
classifiers=[
|
|
42
|
-
'Development Status ::
|
|
42
|
+
'Development Status :: 5 - Production/Stable',
|
|
43
43
|
'License :: OSI Approved :: Apache Software License',
|
|
44
44
|
'Programming Language :: Python :: 3',
|
|
45
45
|
'Programming Language :: Python :: 3.9',
|
|
@@ -748,7 +748,6 @@ class VastdbApi:
|
|
|
748
748
|
|
|
749
749
|
def __init__(self, endpoint, access_key, secret_key,
|
|
750
750
|
*,
|
|
751
|
-
auth_type=AuthType.SIGV4,
|
|
752
751
|
ssl_verify=True,
|
|
753
752
|
timeout=None,
|
|
754
753
|
backoff_config: Optional[BackoffConfig] = None):
|
|
@@ -766,15 +765,15 @@ class VastdbApi:
|
|
|
766
765
|
self._session.verify = ssl_verify
|
|
767
766
|
self._session.headers['user-agent'] = self.client_sdk_version
|
|
768
767
|
|
|
769
|
-
backoff_config = backoff_config or BackoffConfig()
|
|
768
|
+
self.backoff_config = backoff_config or BackoffConfig()
|
|
770
769
|
self._backoff_decorator = backoff.on_exception(
|
|
771
|
-
wait_gen=backoff_config.wait_gen,
|
|
770
|
+
wait_gen=self.backoff_config.wait_gen,
|
|
772
771
|
exception=_RETRIABLE_EXCEPTIONS,
|
|
773
772
|
giveup=_backoff_giveup,
|
|
774
|
-
max_tries=backoff_config.max_tries,
|
|
775
|
-
max_time=backoff_config.max_time,
|
|
776
|
-
max_value=backoff_config.max_value, # passed to `backoff_config.wait_gen`
|
|
777
|
-
backoff_log_level=backoff_config.backoff_log_level)
|
|
773
|
+
max_tries=self.backoff_config.max_tries,
|
|
774
|
+
max_time=self.backoff_config.max_time,
|
|
775
|
+
max_value=self.backoff_config.max_value, # passed to `self.backoff_config.wait_gen`
|
|
776
|
+
backoff_log_level=self.backoff_config.backoff_log_level)
|
|
778
777
|
self._request = self._backoff_decorator(self._single_request)
|
|
779
778
|
|
|
780
779
|
if url.port in {80, 443, None}:
|
|
@@ -812,6 +811,14 @@ class VastdbApi:
|
|
|
812
811
|
_logger.critical(msg)
|
|
813
812
|
raise NotImplementedError(msg)
|
|
814
813
|
|
|
814
|
+
def with_endpoint(self, endpoint):
|
|
815
|
+
return VastdbApi(endpoint=endpoint,
|
|
816
|
+
access_key=self.access_key,
|
|
817
|
+
secret_key=self.secret_key,
|
|
818
|
+
ssl_verify=self._session.verify,
|
|
819
|
+
timeout=self.timeout,
|
|
820
|
+
backoff_config=self.backoff_config)
|
|
821
|
+
|
|
815
822
|
def _single_request(self, *, method, url, skip_status_check=False, **kwargs):
|
|
816
823
|
_logger.debug("Sending request: %s %s %s timeout=%s", method, url, kwargs, self.timeout)
|
|
817
824
|
try:
|
|
@@ -253,7 +253,7 @@ class Table:
|
|
|
253
253
|
max_workers=config.import_concurrency, thread_name_prefix='import_thread') as pool:
|
|
254
254
|
try:
|
|
255
255
|
for endpoint in endpoints:
|
|
256
|
-
session =
|
|
256
|
+
session = self.tx._rpc.api.with_endpoint(endpoint)
|
|
257
257
|
futures.append(pool.submit(import_worker, files_queue, session))
|
|
258
258
|
|
|
259
259
|
log.debug("Waiting for import workers to finish")
|
|
@@ -351,7 +351,7 @@ class Table:
|
|
|
351
351
|
|
|
352
352
|
def single_endpoint_worker(endpoint: str):
|
|
353
353
|
try:
|
|
354
|
-
host_api =
|
|
354
|
+
host_api = self.tx._rpc.api.with_endpoint(endpoint)
|
|
355
355
|
backoff_decorator = self.tx._rpc.api._backoff_decorator
|
|
356
356
|
while True:
|
|
357
357
|
check_stop()
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vastdb
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: VAST Data SDK
|
|
5
5
|
Home-page: https://github.com/vast-data/vastdb_sdk
|
|
6
6
|
Author: VAST DATA
|
|
7
7
|
Author-email: hello@vastdata.com
|
|
8
8
|
License: Copyright (C) VAST Data Ltd.
|
|
9
|
-
Classifier: Development Status ::
|
|
9
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.9
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySlice.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySubscript.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BinaryLiteral.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BooleanLiteral.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CaseFragment.py
RENAMED
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConcreteBoundImpl.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConditionalCase.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CurrentRow.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DateLiteral.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DecimalLiteral.py
RENAMED
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DurationLiteral.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Expression.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ExpressionImpl.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldIndex.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float16Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float32Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float64Literal.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int16Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int32Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int64Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int8Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteral.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ListLiteral.py
RENAMED
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralColumn.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralImpl.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralRelation.py
RENAMED
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapLiteral.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelationImpl.py
RENAMED
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOperation.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SimpleCase.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StringLiteral.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructField.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructLiteral.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimeLiteral.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimestampLiteral.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt16Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt32Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt64Literal.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt8Literal.py
RENAMED
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/WindowCall.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompressionMethod.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixCompressedAxis.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixIndexCSX.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCOO.py
RENAMED
|
File without changes
|
{vastdb-0.1.11 → vastdb-1.0.0}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCSF.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|