vastdb 1.3.4__tar.gz → 1.3.6__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.
Files changed (220) hide show
  1. {vastdb-1.3.4 → vastdb-1.3.6}/CHANGELOG.md +12 -0
  2. {vastdb-1.3.4 → vastdb-1.3.6}/PKG-INFO +1 -1
  3. {vastdb-1.3.4 → vastdb-1.3.6}/README.md +2 -0
  4. {vastdb-1.3.4 → vastdb-1.3.6}/setup.py +1 -1
  5. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/_internal.py +73 -18
  6. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bucket.py +1 -1
  7. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/schema.py +5 -2
  8. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/table.py +8 -5
  9. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb.egg-info/PKG-INFO +1 -1
  10. {vastdb-1.3.4 → vastdb-1.3.6}/CONTRIBUTING.md +0 -0
  11. {vastdb-1.3.4 → vastdb-1.3.6}/LICENSE +0 -0
  12. {vastdb-1.3.4 → vastdb-1.3.6}/MANIFEST.in +0 -0
  13. {vastdb-1.3.4 → vastdb-1.3.6}/requirements.txt +0 -0
  14. {vastdb-1.3.4 → vastdb-1.3.6}/setup.cfg +0 -0
  15. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/__init__.py +0 -0
  16. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/__init__.py +0 -0
  17. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/__init__.py +0 -0
  18. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/__init__.py +0 -0
  19. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/__init__.py +0 -0
  20. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Aggregate.py +0 -0
  21. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySlice.py +0 -0
  22. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySubscript.py +0 -0
  23. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BinaryLiteral.py +0 -0
  24. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BooleanLiteral.py +0 -0
  25. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Bound.py +0 -0
  26. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Call.py +0 -0
  27. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CaseFragment.py +0 -0
  28. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Cast.py +0 -0
  29. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConcreteBoundImpl.py +0 -0
  30. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConditionalCase.py +0 -0
  31. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CurrentRow.py +0 -0
  32. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DateLiteral.py +0 -0
  33. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DecimalLiteral.py +0 -0
  34. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Deref.py +0 -0
  35. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DurationLiteral.py +0 -0
  36. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Expression.py +0 -0
  37. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ExpressionImpl.py +0 -0
  38. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldIndex.py +0 -0
  39. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldRef.py +0 -0
  40. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Filter.py +0 -0
  41. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FixedSizeBinaryLiteral.py +0 -0
  42. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float16Literal.py +0 -0
  43. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float32Literal.py +0 -0
  44. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float64Literal.py +0 -0
  45. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Following.py +0 -0
  46. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Frame.py +0 -0
  47. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Grouping.py +0 -0
  48. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int16Literal.py +0 -0
  49. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int32Literal.py +0 -0
  50. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int64Literal.py +0 -0
  51. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int8Literal.py +0 -0
  52. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteral.py +0 -0
  53. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralDaysMilliseconds.py +0 -0
  54. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralImpl.py +0 -0
  55. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralMonths.py +0 -0
  56. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Join.py +0 -0
  57. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/JoinKind.py +0 -0
  58. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/KeyValue.py +0 -0
  59. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Limit.py +0 -0
  60. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ListLiteral.py +0 -0
  61. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Literal.py +0 -0
  62. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralColumn.py +0 -0
  63. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralImpl.py +0 -0
  64. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralRelation.py +0 -0
  65. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapKey.py +0 -0
  66. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapLiteral.py +0 -0
  67. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/OrderBy.py +0 -0
  68. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Ordering.py +0 -0
  69. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Plan.py +0 -0
  70. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Preceding.py +0 -0
  71. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Project.py +0 -0
  72. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelId.py +0 -0
  73. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Relation.py +0 -0
  74. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelationImpl.py +0 -0
  75. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOpKind.py +0 -0
  76. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOperation.py +0 -0
  77. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SimpleCase.py +0 -0
  78. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SortKey.py +0 -0
  79. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Source.py +0 -0
  80. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StringLiteral.py +0 -0
  81. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructField.py +0 -0
  82. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructLiteral.py +0 -0
  83. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimeLiteral.py +0 -0
  84. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimestampLiteral.py +0 -0
  85. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt16Literal.py +0 -0
  86. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt32Literal.py +0 -0
  87. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt64Literal.py +0 -0
  88. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt8Literal.py +0 -0
  89. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Unbounded.py +0 -0
  90. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/WindowCall.py +0 -0
  91. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/__init__.py +0 -0
  92. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Binary.py +0 -0
  93. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Block.py +0 -0
  94. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompression.py +0 -0
  95. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompressionMethod.py +0 -0
  96. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Bool.py +0 -0
  97. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Buffer.py +0 -0
  98. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/CompressionType.py +0 -0
  99. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Date.py +0 -0
  100. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/DateUnit.py +0 -0
  101. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Decimal.py +0 -0
  102. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryBatch.py +0 -0
  103. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryEncoding.py +0 -0
  104. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryKind.py +0 -0
  105. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Duration.py +0 -0
  106. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Endianness.py +0 -0
  107. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Feature.py +0 -0
  108. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Field.py +0 -0
  109. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/FieldNode.py +0 -0
  110. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeBinary.py +0 -0
  111. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeList.py +0 -0
  112. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/FloatingPoint.py +0 -0
  113. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Footer.py +0 -0
  114. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Int.py +0 -0
  115. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Interval.py +0 -0
  116. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/IntervalUnit.py +0 -0
  117. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/KeyValue.py +0 -0
  118. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/LargeBinary.py +0 -0
  119. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/LargeList.py +0 -0
  120. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/LargeUtf8.py +0 -0
  121. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/List.py +0 -0
  122. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Map.py +0 -0
  123. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Message.py +0 -0
  124. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/MessageHeader.py +0 -0
  125. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/MetadataVersion.py +0 -0
  126. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Null.py +0 -0
  127. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Precision.py +0 -0
  128. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/RecordBatch.py +0 -0
  129. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Schema.py +0 -0
  130. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixCompressedAxis.py +0 -0
  131. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixIndexCSX.py +0 -0
  132. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensor.py +0 -0
  133. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndex.py +0 -0
  134. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCOO.py +0 -0
  135. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCSF.py +0 -0
  136. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Struct_.py +0 -0
  137. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Tensor.py +0 -0
  138. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/TensorDim.py +0 -0
  139. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Time.py +0 -0
  140. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/TimeUnit.py +0 -0
  141. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Timestamp.py +0 -0
  142. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Type.py +0 -0
  143. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Union.py +0 -0
  144. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/UnionMode.py +0 -0
  145. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/Utf8.py +0 -0
  146. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/org/apache/arrow/flatbuf/__init__.py +0 -0
  147. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/AlterColumnRequest.py +0 -0
  148. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/AlterProjectionTableRequest.py +0 -0
  149. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/AlterSchemaRequest.py +0 -0
  150. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/AlterTableRequest.py +0 -0
  151. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/Column.py +0 -0
  152. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/ColumnType.py +0 -0
  153. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/CreateProjectionRequest.py +0 -0
  154. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/CreateSchemaRequest.py +0 -0
  155. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/CreateViewRequest.py +0 -0
  156. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/GetProjectionTableStatsResponse.py +0 -0
  157. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/GetTableStatsResponse.py +0 -0
  158. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/ImportDataRequest.py +0 -0
  159. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/ListProjectionsResponse.py +0 -0
  160. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/ListSchemasResponse.py +0 -0
  161. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/ListTablesResponse.py +0 -0
  162. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/ListViewsResponse.py +0 -0
  163. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/ObjectDetails.py +0 -0
  164. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/S3File.py +0 -0
  165. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/VipRange.py +0 -0
  166. {vastdb-1.3.4 → vastdb-1.3.6}/vast_flatbuf/tabular/__init__.py +0 -0
  167. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/__init__.py +0 -0
  168. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/__init__.py +0 -0
  169. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/__init__.py +0 -0
  170. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/bench_repo/__init__.py +0 -0
  171. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/bench_repo/mega_combo.py +0 -0
  172. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/cli.py +0 -0
  173. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/common/__init__.py +0 -0
  174. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/common/constants.py +0 -0
  175. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/common/log_utils.py +0 -0
  176. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/common/types.py +0 -0
  177. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/common/utils.py +0 -0
  178. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/dataset/__init__.py +0 -0
  179. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/dataset/generate_secmaster.py +0 -0
  180. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/dataset/generate_stocks_dataset.py +0 -0
  181. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/dataset/schemas.py +0 -0
  182. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/dataset/secmaster.py +0 -0
  183. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/orchestrate/__init__.py +0 -0
  184. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/orchestrate/bench_spec.py +0 -0
  185. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/orchestrate/results_helpers.py +0 -0
  186. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/orchestrate/scenario.py +0 -0
  187. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/orchestrate/scenario_generator.py +0 -0
  188. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/query/__init__.py +0 -0
  189. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/query/arrow_common.py +0 -0
  190. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/query/query.py +0 -0
  191. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/query/query_pyarrow.py +0 -0
  192. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/query/query_vastdb.py +0 -0
  193. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/perf_bench/run.py +0 -0
  194. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/test_perf.py +0 -0
  195. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/bench/test_sample.py +0 -0
  196. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/config.py +0 -0
  197. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/conftest.py +0 -0
  198. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/errors.py +0 -0
  199. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/features.py +0 -0
  200. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/session.py +0 -0
  201. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/__init__.py +0 -0
  202. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/metrics.py +0 -0
  203. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/test_duckdb.py +0 -0
  204. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/test_imports.py +0 -0
  205. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/test_nested.py +0 -0
  206. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/test_projections.py +0 -0
  207. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/test_sanity.py +0 -0
  208. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/test_schemas.py +0 -0
  209. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/test_tables.py +0 -0
  210. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/test_util.py +0 -0
  211. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/tests/util.py +0 -0
  212. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/transaction.py +0 -0
  213. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/util.py +0 -0
  214. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/vast_tests/__init__.py +0 -0
  215. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/vast_tests/test_ha.py +0 -0
  216. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb/vast_tests/test_scale.py +0 -0
  217. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb.egg-info/SOURCES.txt +0 -0
  218. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb.egg-info/dependency_links.txt +0 -0
  219. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb.egg-info/requires.txt +0 -0
  220. {vastdb-1.3.4 → vastdb-1.3.6}/vastdb.egg-info/top_level.txt +0 -0
@@ -4,6 +4,18 @@ 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.3.6] (2024-12-23)
8
+ [1.3.2]: https://github.com/vast-data/vastdb_sdk/compare/v1.3.1...v1.3.2
9
+
10
+ ### Fixed
11
+ - Fix missing api call.
12
+
13
+ ## [1.3.5] (2024-12-16)
14
+ [1.3.5]: https://github.com/vast-data/vastdb_sdk/compare/v1.3.4...v1.3.5
15
+
16
+ ### Added
17
+ - Separated Kafka Topic specific APIs
18
+
7
19
  ## [1.3.4] (2024-12-11)
8
20
  [1.3.4]: https://github.com/vast-data/vastdb_sdk/compare/v1.3.3...v1.3.4
9
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vastdb
3
- Version: 1.3.4
3
+ Version: 1.3.6
4
4
  Summary: VAST Data SDK
5
5
  Home-page: https://github.com/vast-data/vastdb_sdk
6
6
  Author: VAST DATA
@@ -78,6 +78,8 @@ with session.transaction() as tx:
78
78
 
79
79
  For configuration examples, see [here](docs/config.md).
80
80
 
81
+ The list of supported data types can be found [here](docs/types.md).
82
+
81
83
  Note: the transaction must be remain open while the returned [pyarrow.RecordBatchReader](https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html) generator is being used.
82
84
 
83
85
  ## Use Cases
@@ -29,7 +29,7 @@ setup(
29
29
  name='vastdb',
30
30
  python_requires='>=3.9.0',
31
31
  description='VAST Data SDK',
32
- version='1.3.4' + suffix,
32
+ version='1.3.6' + suffix,
33
33
  url='https://github.com/vast-data/vastdb_sdk',
34
34
  author='VAST DATA',
35
35
  author_email='hello@vastdata.com',
@@ -119,6 +119,8 @@ TABULAR_INVALID_ROW_ID = 0xFFFFFFFFFFFF # (1<<48)-1
119
119
  ESTORE_INVALID_EHANDLE = UINT64_MAX
120
120
  IMPORTED_OBJECTS_TABLE_NAME = "vastdb-imported-objects"
121
121
 
122
+ KAFKA_TOPICS_SCHEMA_NAME = 'kafka_topics'
123
+
122
124
  """
123
125
  S3 Tabular API
124
126
  """
@@ -787,15 +789,14 @@ def _decode_table_props(s):
787
789
  TableInfo = namedtuple('TableInfo', 'name properties handle num_rows size_in_bytes num_partitions')
788
790
 
789
791
 
790
- def _parse_table_info(obj):
792
+ def _parse_table_info(obj, parse_properties):
791
793
  name = obj.Name().decode()
792
794
  properties = obj.Properties().decode()
793
795
  handle = obj.Handle().decode()
794
796
  num_rows = obj.NumRows()
795
797
  used_bytes = obj.SizeInBytes()
796
798
  num_partitions = obj.NumPartitions()
797
- if num_partitions != 0:
798
- properties = _decode_table_props(properties)
799
+ properties = parse_properties(properties)
799
800
  return TableInfo(name, properties, handle, num_rows, used_bytes, num_partitions)
800
801
 
801
802
 
@@ -1109,9 +1110,29 @@ class VastdbApi:
1109
1110
 
1110
1111
  return snapshots, is_truncated, marker
1111
1112
 
1112
- def create_table(self, bucket, schema, name, arrow_schema=None, txid=0, client_tags=[], expected_retvals=[],
1113
- topic_partitions=0, create_imports_table=False, use_external_row_ids_allocation=False,
1114
- message_timestamp_type=None, retention_ms=None, message_timestamp_after_max_ms=None, message_timestamp_before_max_ms=None):
1113
+ def create_table(self, bucket, schema, name, arrow_schema=None,
1114
+ txid=0, client_tags=[], expected_retvals=[],
1115
+ create_imports_table=False, use_external_row_ids_allocation=False, table_props=None):
1116
+ self._create_table_internal(bucket=bucket, schema=schema, name=name, arrow_schema=arrow_schema,
1117
+ txid=txid, client_tags=client_tags, expected_retvals=expected_retvals,
1118
+ create_imports_table=create_imports_table, use_external_row_ids_allocation=use_external_row_ids_allocation,
1119
+ table_props=table_props)
1120
+
1121
+ def create_topic(self, bucket, name, topic_partitions, expected_retvals=[],
1122
+ message_timestamp_type=None, retention_ms=None, message_timestamp_after_max_ms=None,
1123
+ message_timestamp_before_max_ms=None):
1124
+ table_props = _encode_table_props(message_timestamp_type=message_timestamp_type,
1125
+ retention_ms=retention_ms,
1126
+ message_timestamp_after_max_ms=message_timestamp_after_max_ms,
1127
+ message_timestamp_before_max_ms=message_timestamp_before_max_ms)
1128
+
1129
+ self._create_table_internal(bucket=bucket, schema=KAFKA_TOPICS_SCHEMA_NAME, name=name, arrow_schema=None,
1130
+ expected_retvals=expected_retvals, topic_partitions=topic_partitions,
1131
+ table_props=table_props)
1132
+
1133
+ def _create_table_internal(self, bucket, schema, name, arrow_schema=None,
1134
+ txid=0, client_tags=[], expected_retvals=[], topic_partitions=0,
1135
+ create_imports_table=False, use_external_row_ids_allocation=False, table_props=None):
1115
1136
  """
1116
1137
  Create a table, use the following request
1117
1138
  POST /bucket/schema/table?table HTTP/1.1
@@ -1142,16 +1163,17 @@ class VastdbApi:
1142
1163
  if create_imports_table:
1143
1164
  url_params['sub-table'] = IMPORTED_OBJECTS_TABLE_NAME
1144
1165
 
1145
- if topic_partitions > 0:
1146
- table_props = _encode_table_props(message_timestamp_type=message_timestamp_type, retention_ms=retention_ms, message_timestamp_after_max_ms=message_timestamp_after_max_ms, message_timestamp_before_max_ms=message_timestamp_before_max_ms)
1147
- if table_props is not None:
1148
- url_params['table-props'] = table_props
1166
+ if table_props is not None:
1167
+ url_params['table-props'] = table_props
1149
1168
 
1150
1169
  self._request(
1151
1170
  method="POST",
1152
1171
  url=self._url(bucket=bucket, schema=schema, table=name, command="table", url_params=url_params),
1153
1172
  data=serialized_schema, headers=headers)
1154
1173
 
1174
+ def get_topic_stats(self, bucket, name, expected_retvals=[]):
1175
+ return self.get_table_stats(bucket=bucket, schema=KAFKA_TOPICS_SCHEMA_NAME, name=name, expected_retvals=expected_retvals)
1176
+
1155
1177
  def get_table_stats(self, bucket, schema, name, txid=0, client_tags=[], expected_retvals=[], imports_table_stats=False):
1156
1178
  """
1157
1179
  GET /mybucket/myschema/mytable?stats HTTP/1.1
@@ -1174,9 +1196,22 @@ class VastdbApi:
1174
1196
  endpoints = [self.url] # we cannot replace the host by a VIP address in HTTPS-based URLs
1175
1197
  return TableStatsResult(num_rows, size_in_bytes, is_external_rowid_alloc, tuple(endpoints))
1176
1198
 
1177
- def alter_table(self, bucket, schema, name, txid=0, client_tags=[], table_properties="",
1199
+ def alter_topic(self, bucket, name,
1178
1200
  new_name="", expected_retvals=[],
1179
- message_timestamp_type=None, retention_ms=None, message_timestamp_after_max_ms=None, message_timestamp_before_max_ms=None):
1201
+ message_timestamp_type=None, retention_ms=None, message_timestamp_after_max_ms=None,
1202
+ message_timestamp_before_max_ms=None):
1203
+ table_properties = _encode_table_props(message_timestamp_type=message_timestamp_type,
1204
+ retention_ms=retention_ms,
1205
+ message_timestamp_after_max_ms=message_timestamp_after_max_ms,
1206
+ message_timestamp_before_max_ms=message_timestamp_before_max_ms)
1207
+ if table_properties is None:
1208
+ table_properties = ""
1209
+
1210
+ self.alter_table(bucket=bucket, schema=KAFKA_TOPICS_SCHEMA_NAME, name=name,
1211
+ table_properties=table_properties, new_name=new_name, expected_retvals=expected_retvals)
1212
+
1213
+ def alter_table(self, bucket, schema, name, txid=0, client_tags=[], table_properties="",
1214
+ new_name="", expected_retvals=[]):
1180
1215
  """
1181
1216
  PUT /mybucket/myschema/mytable?table HTTP/1.1
1182
1217
  Content-Length: ContentLength
@@ -1188,10 +1223,8 @@ class VastdbApi:
1188
1223
  """
1189
1224
  builder = flatbuffers.Builder(1024)
1190
1225
 
1191
- if message_timestamp_type is not None or retention_ms is not None or message_timestamp_after_max_ms is not None or message_timestamp_before_max_ms is not None:
1192
- table_properties = _encode_table_props(message_timestamp_type=message_timestamp_type, retention_ms=retention_ms, message_timestamp_after_max_ms=message_timestamp_after_max_ms, message_timestamp_before_max_ms=message_timestamp_before_max_ms)
1193
- if table_properties is None:
1194
- table_properties = ""
1226
+ if table_properties is None:
1227
+ table_properties = ""
1195
1228
 
1196
1229
  properties = builder.CreateString(table_properties)
1197
1230
  tabular_alter_table.Start(builder)
@@ -1211,6 +1244,10 @@ class VastdbApi:
1211
1244
  url=self._url(bucket=bucket, schema=schema, table=name, command="table", url_params=url_params),
1212
1245
  data=alter_table_req, headers=headers)
1213
1246
 
1247
+ def drop_topic(self, bucket, name, expected_retvals=[]):
1248
+ self.drop_table(bucket=bucket, schema=KAFKA_TOPICS_SCHEMA_NAME, name=name,
1249
+ expected_retvals=expected_retvals)
1250
+
1214
1251
  def drop_table(self, bucket, schema, name, txid=0, client_tags=[], expected_retvals=[], remove_imports_table=False):
1215
1252
  """
1216
1253
  DELETE /mybucket/schema_path/mytable?table HTTP/1.1
@@ -1227,8 +1264,26 @@ class VastdbApi:
1227
1264
  url=self._url(bucket=bucket, schema=schema, table=name, command="table", url_params=url_params),
1228
1265
  headers=headers)
1229
1266
 
1267
+ def list_topics(self, bucket, max_keys=1000, next_key=0, name_prefix="",
1268
+ exact_match=False, expected_retvals=[], include_list_stats=False, count_only=False):
1269
+ return self._list_tables_internal(bucket=bucket, schema=KAFKA_TOPICS_SCHEMA_NAME,
1270
+ parse_properties=_decode_table_props, max_keys=max_keys,
1271
+ next_key=next_key, name_prefix=name_prefix, exact_match=exact_match,
1272
+ expected_retvals=expected_retvals,
1273
+ include_list_stats=include_list_stats, count_only=count_only)
1274
+
1230
1275
  def list_tables(self, bucket, schema, txid=0, client_tags=[], max_keys=1000, next_key=0, name_prefix="",
1231
1276
  exact_match=False, expected_retvals=[], include_list_stats=False, count_only=False):
1277
+ def parse_properties(x):
1278
+ return x
1279
+ return self._list_tables_internal(bucket=bucket, schema=schema, txid=txid, client_tags=client_tags,
1280
+ parse_properties=parse_properties, max_keys=max_keys, next_key=next_key,
1281
+ name_prefix=name_prefix, exact_match=exact_match,
1282
+ expected_retvals=expected_retvals,
1283
+ include_list_stats=include_list_stats, count_only=count_only)
1284
+
1285
+ def _list_tables_internal(self, bucket, schema, parse_properties, txid=0, client_tags=[], max_keys=1000, next_key=0, name_prefix="",
1286
+ exact_match=False, expected_retvals=[], include_list_stats=False, count_only=False):
1232
1287
  """
1233
1288
  GET /mybucket/schema_path?table HTTP/1.1
1234
1289
  tabular-txid: TransactionId
@@ -1265,7 +1320,7 @@ class VastdbApi:
1265
1320
  tables_length = lists.TablesLength()
1266
1321
  count = int(res_headers['tabular-list-count']) if 'tabular-list-count' in res_headers else tables_length
1267
1322
  for i in range(tables_length):
1268
- tables.append(_parse_table_info(lists.Tables(i)))
1323
+ tables.append(_parse_table_info(lists.Tables(i), parse_properties))
1269
1324
 
1270
1325
  return bucket_name, schema_name, tables, next_key, is_truncated, count
1271
1326
 
@@ -1837,7 +1892,7 @@ class VastdbApi:
1837
1892
  raise ValueError(f'bucket: {bucket} did not start from {bucket_name}')
1838
1893
  projections_length = lists.ProjectionsLength()
1839
1894
  for i in range(projections_length):
1840
- projections.append(_parse_table_info(lists.Projections(i)))
1895
+ projections.append(_parse_table_info(lists.Projections(i), lambda x: x))
1841
1896
 
1842
1897
  return bucket_name, schema_name, table_name, projections, next_key, is_truncated, count
1843
1898
 
@@ -40,7 +40,7 @@ class Bucket:
40
40
  """List bucket's schemas."""
41
41
  return self._root_schema.schemas(batch_size=batch_size)
42
42
 
43
- def snapshot(self, name, fail_if_missing=True) -> Optional["Bucket"]:
43
+ def snapshot(self, name: str, fail_if_missing=True) -> Optional["Bucket"]:
44
44
  """Get snapshot by name (if exists)."""
45
45
  snapshots, _is_truncated, _next_key = \
46
46
  self.tx._rpc.api.list_snapshots(bucket=self.name, name_prefix=name, max_keys=1)
@@ -122,8 +122,11 @@ class Schema:
122
122
  if not is_truncated:
123
123
  break
124
124
 
125
- def tables(self, table_name=None) -> List["Table"]:
126
- """List all tables under this schema."""
125
+ def tables(self, table_name: str = "") -> List["Table"]:
126
+ """List all tables under this schema if `table_name` is empty.
127
+
128
+ Otherwise, list only the specific table (if exists).
129
+ """
127
130
  return [
128
131
  _parse_table_info(table_info, self)
129
132
  for table_info in self._iter_tables(table_name=table_name)
@@ -168,8 +168,11 @@ class Table:
168
168
  log.debug("Found projection: %s", projs[0])
169
169
  return projs[0]
170
170
 
171
- def projections(self, projection_name=None) -> Iterable["Projection"]:
172
- """List all semi-sorted projections of this table."""
171
+ def projections(self, projection_name: str = "") -> Iterable["Projection"]:
172
+ """List all semi-sorted projections of this table if `projection_name` is empty.
173
+
174
+ Otherwise, list only the specific projection (if exists).
175
+ """
173
176
  if self._imports_table:
174
177
  raise errors.NotSupportedCommand(self.bucket.name, self.schema.name, self.name)
175
178
  projections = []
@@ -523,7 +526,7 @@ class Table:
523
526
  self.tx._rpc.api.drop_table(self.bucket.name, self.schema.name, self.name, txid=self.tx.txid, remove_imports_table=self._imports_table)
524
527
  log.info("Dropped table: %s", self.name)
525
528
 
526
- def rename(self, new_name) -> None:
529
+ def rename(self, new_name: str) -> None:
527
530
  """Rename this table."""
528
531
  if self._imports_table:
529
532
  raise errors.NotSupportedCommand(self.bucket.name, self.schema.name, self.name)
@@ -582,7 +585,7 @@ class Table:
582
585
  self.tx._rpc.features.check_imports_table()
583
586
  return Table(name=self.name, schema=self.schema, handle=int(self.handle), _imports_table=True)
584
587
 
585
- def __getitem__(self, col_name):
588
+ def __getitem__(self, col_name: str):
586
589
  """Allow constructing ibis-like column expressions from this table.
587
590
 
588
591
  It is useful for constructing expressions for predicate pushdown in `Table.select()` method.
@@ -630,7 +633,7 @@ class Projection:
630
633
  self.arrow_schema = pa.schema([(col[0], col[1]) for col in columns])
631
634
  return self.arrow_schema
632
635
 
633
- def rename(self, new_name) -> None:
636
+ def rename(self, new_name: str) -> None:
634
637
  """Rename this projection."""
635
638
  self.tx._rpc.api.alter_projection(self.bucket.name, self.schema.name,
636
639
  self.table.name, self.name, txid=self.tx.txid, new_name=new_name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vastdb
3
- Version: 1.3.4
3
+ Version: 1.3.6
4
4
  Summary: VAST Data SDK
5
5
  Home-page: https://github.com/vast-data/vastdb_sdk
6
6
  Author: VAST DATA
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