vastdb 0.0.5.1__tar.gz → 0.0.5.3__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 (177) hide show
  1. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/PKG-INFO +1 -1
  2. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/README.md +36 -47
  3. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/setup.py +1 -2
  4. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb/api.py +38 -288
  5. vastdb-0.0.5.3/vastdb/bench_scan.py +45 -0
  6. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/PKG-INFO +1 -1
  7. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/SOURCES.txt +1 -15
  8. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/requires.txt +0 -1
  9. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/top_level.txt +0 -1
  10. vastdb-0.0.5.1/vast_protobuf/substrait/__init__.py +0 -0
  11. vastdb-0.0.5.1/vast_protobuf/substrait/algebra_pb2.py +0 -1344
  12. vastdb-0.0.5.1/vast_protobuf/substrait/capabilities_pb2.py +0 -46
  13. vastdb-0.0.5.1/vast_protobuf/substrait/ddl_pb2.py +0 -57
  14. vastdb-0.0.5.1/vast_protobuf/substrait/extended_expression_pb2.py +0 -49
  15. vastdb-0.0.5.1/vast_protobuf/substrait/extensions/__init__.py +0 -0
  16. vastdb-0.0.5.1/vast_protobuf/substrait/extensions/extensions_pb2.py +0 -89
  17. vastdb-0.0.5.1/vast_protobuf/substrait/function_pb2.py +0 -168
  18. vastdb-0.0.5.1/vast_protobuf/substrait/parameterized_types_pb2.py +0 -181
  19. vastdb-0.0.5.1/vast_protobuf/substrait/plan_pb2.py +0 -67
  20. vastdb-0.0.5.1/vast_protobuf/substrait/type_expressions_pb2.py +0 -198
  21. vastdb-0.0.5.1/vast_protobuf/substrait/type_pb2.py +0 -350
  22. vastdb-0.0.5.1/vast_protobuf/tabular/__init__.py +0 -0
  23. vastdb-0.0.5.1/vast_protobuf/tabular/rpc_pb2.py +0 -344
  24. vastdb-0.0.5.1/vastdb/__init__.py +0 -0
  25. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/LICENSE +0 -0
  26. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/setup.cfg +0 -0
  27. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/__init__.py +0 -0
  28. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/__init__.py +0 -0
  29. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/__init__.py +0 -0
  30. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/__init__.py +0 -0
  31. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/__init__.py +0 -0
  32. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Aggregate.py +0 -0
  33. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySlice.py +0 -0
  34. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySubscript.py +0 -0
  35. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BinaryLiteral.py +0 -0
  36. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BooleanLiteral.py +0 -0
  37. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Bound.py +0 -0
  38. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Call.py +0 -0
  39. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CaseFragment.py +0 -0
  40. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Cast.py +0 -0
  41. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConcreteBoundImpl.py +0 -0
  42. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConditionalCase.py +0 -0
  43. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CurrentRow.py +0 -0
  44. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DateLiteral.py +0 -0
  45. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DecimalLiteral.py +0 -0
  46. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Deref.py +0 -0
  47. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DurationLiteral.py +0 -0
  48. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Expression.py +0 -0
  49. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ExpressionImpl.py +0 -0
  50. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldIndex.py +0 -0
  51. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldRef.py +0 -0
  52. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Filter.py +0 -0
  53. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FixedSizeBinaryLiteral.py +0 -0
  54. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float16Literal.py +0 -0
  55. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float32Literal.py +0 -0
  56. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float64Literal.py +0 -0
  57. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Following.py +0 -0
  58. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Frame.py +0 -0
  59. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Grouping.py +0 -0
  60. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int16Literal.py +0 -0
  61. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int32Literal.py +0 -0
  62. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int64Literal.py +0 -0
  63. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int8Literal.py +0 -0
  64. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteral.py +0 -0
  65. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralDaysMilliseconds.py +0 -0
  66. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralImpl.py +0 -0
  67. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralMonths.py +0 -0
  68. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Join.py +0 -0
  69. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/JoinKind.py +0 -0
  70. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/KeyValue.py +0 -0
  71. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Limit.py +0 -0
  72. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ListLiteral.py +0 -0
  73. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Literal.py +0 -0
  74. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralColumn.py +0 -0
  75. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralImpl.py +0 -0
  76. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralRelation.py +0 -0
  77. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapKey.py +0 -0
  78. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapLiteral.py +0 -0
  79. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/OrderBy.py +0 -0
  80. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Ordering.py +0 -0
  81. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Plan.py +0 -0
  82. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Preceding.py +0 -0
  83. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Project.py +0 -0
  84. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelId.py +0 -0
  85. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Relation.py +0 -0
  86. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelationImpl.py +0 -0
  87. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOpKind.py +0 -0
  88. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOperation.py +0 -0
  89. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SimpleCase.py +0 -0
  90. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SortKey.py +0 -0
  91. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Source.py +0 -0
  92. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StringLiteral.py +0 -0
  93. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructField.py +0 -0
  94. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructLiteral.py +0 -0
  95. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimeLiteral.py +0 -0
  96. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimestampLiteral.py +0 -0
  97. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt16Literal.py +0 -0
  98. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt32Literal.py +0 -0
  99. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt64Literal.py +0 -0
  100. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt8Literal.py +0 -0
  101. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Unbounded.py +0 -0
  102. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/WindowCall.py +0 -0
  103. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/__init__.py +0 -0
  104. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Binary.py +0 -0
  105. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Block.py +0 -0
  106. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompression.py +0 -0
  107. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompressionMethod.py +0 -0
  108. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Bool.py +0 -0
  109. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Buffer.py +0 -0
  110. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/CompressionType.py +0 -0
  111. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Date.py +0 -0
  112. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/DateUnit.py +0 -0
  113. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Decimal.py +0 -0
  114. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryBatch.py +0 -0
  115. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryEncoding.py +0 -0
  116. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryKind.py +0 -0
  117. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Duration.py +0 -0
  118. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Endianness.py +0 -0
  119. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Feature.py +0 -0
  120. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Field.py +0 -0
  121. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/FieldNode.py +0 -0
  122. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeBinary.py +0 -0
  123. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeList.py +0 -0
  124. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/FloatingPoint.py +0 -0
  125. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Footer.py +0 -0
  126. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Int.py +0 -0
  127. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Interval.py +0 -0
  128. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/IntervalUnit.py +0 -0
  129. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/KeyValue.py +0 -0
  130. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/LargeBinary.py +0 -0
  131. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/LargeList.py +0 -0
  132. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/LargeUtf8.py +0 -0
  133. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/List.py +0 -0
  134. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Map.py +0 -0
  135. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Message.py +0 -0
  136. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/MessageHeader.py +0 -0
  137. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/MetadataVersion.py +0 -0
  138. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Null.py +0 -0
  139. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Precision.py +0 -0
  140. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/RecordBatch.py +0 -0
  141. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Schema.py +0 -0
  142. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixCompressedAxis.py +0 -0
  143. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixIndexCSX.py +0 -0
  144. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensor.py +0 -0
  145. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndex.py +0 -0
  146. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCOO.py +0 -0
  147. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCSF.py +0 -0
  148. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Struct_.py +0 -0
  149. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Tensor.py +0 -0
  150. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/TensorDim.py +0 -0
  151. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Time.py +0 -0
  152. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/TimeUnit.py +0 -0
  153. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Timestamp.py +0 -0
  154. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Type.py +0 -0
  155. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Union.py +0 -0
  156. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/UnionMode.py +0 -0
  157. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Utf8.py +0 -0
  158. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/__init__.py +0 -0
  159. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/AlterColumnRequest.py +0 -0
  160. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/AlterProjectionTableRequest.py +0 -0
  161. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/AlterSchemaRequest.py +0 -0
  162. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/AlterTableRequest.py +0 -0
  163. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/Column.py +0 -0
  164. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ColumnType.py +0 -0
  165. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/CreateProjectionRequest.py +0 -0
  166. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/CreateSchemaRequest.py +0 -0
  167. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/GetProjectionTableStatsResponse.py +0 -0
  168. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/GetTableStatsResponse.py +0 -0
  169. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ImportDataRequest.py +0 -0
  170. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ListProjectionsResponse.py +0 -0
  171. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ListSchemasResponse.py +0 -0
  172. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ListTablesResponse.py +0 -0
  173. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ObjectDetails.py +0 -0
  174. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/S3File.py +0 -0
  175. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/__init__.py +0 -0
  176. {vastdb-0.0.5.1/vast_protobuf → vastdb-0.0.5.3/vastdb}/__init__.py +0 -0
  177. {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/dependency_links.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vastdb
3
- Version: 0.0.5.1
3
+ Version: 0.0.5.3
4
4
  Summary: VAST Data SDK
5
5
  Home-page: https://github.com/vast-data/vastdb_sdk
6
6
  Author: VAST DATA
@@ -49,14 +49,14 @@ Key libraries used in this API include requests for HTTP requests, pyarrow for h
49
49
 
50
50
  - Linux / Windows / MacOS client server connected on data access with VAST cluster
51
51
  - Virtual IP pool configured with DNS service / List of all availble VIP's
52
- - [Network Access through Virtual IPs](https://support.vastdata.com/hc/en-us/articles/5140602978844-Configuring-Network-Access)
52
+ - [Network Access through Virtual IPs](https://support.vastdata.com/s/topic/0TOV40000000FThOAM/configuring-network-access-v50)
53
53
  - VIP DNS name - for reaching all availble Cnodes in the API requests
54
- - [Configuring the VAST Cluster DNS Service](https://support.vastdata.com/hc/en-us/articles/9859957831452-Configuring-the-VAST-Cluster-DNS-Service)
54
+ - [Configuring the VAST Cluster DNS Service](https://support.vastdata.com/s/article/UUID-ef655246-0bfa-d641-69d4-b139f1301019)
55
55
  - Python 3.7 or above
56
56
  - S3 User Access & Secret Keys on VAST cluster
57
- - [Managing S3 User Access ](https://support.vastdata.com/hc/en-us/articles/9859972743580#UUID-6a15026a-d0bd-ebe6-e281-4b980674cecc_section-idm4577174596542432775810296988)
57
+ - [Managing S3 User Access](https://support.vastdata.com/s/article/UUID-4d2e7e23-b2fb-7900-d98f-96c31a499626)
58
58
  - Tabular Identity Policy with the proper permissions
59
- - [Creating Identity Policies](https://support.vastdata.com/hc/en-us/articles/9859958983708#UUID-c381c613-81bd-3c09-69c4-ba4dcd8e8d6d)
59
+ - [Creating Identity Policies](https://support.vastdata.com/s/article/UUID-14322b60-d6a2-89ac-3df0-3dfbb6974182)
60
60
 
61
61
 
62
62
  ### Install the VastdbApi
@@ -190,7 +190,7 @@ vastdb_session = create_vastdb_session(access_key, secret_key)
190
190
  - **Example**:
191
191
  ```python
192
192
  arrow_schema = pa.schema([('column1', pa.int32()), ('column2', pa.string())])
193
- vastdb_session.create_table(bucket_name, schema_name, table='new_table', arrow_schema=arrow_schema)
193
+ vastdb_session.create_table(bucket_name, schema_name, 'new_table', arrow_schema=arrow_schema)
194
194
  ```
195
195
 
196
196
  #### `create_table_from_parquet_file`
@@ -209,9 +209,9 @@ vastdb_session = create_vastdb_session(access_key, secret_key)
209
209
  - **Example**:
210
210
  ```python
211
211
  # Create from parquet file on a filesystem
212
- vastdb_session.create_table(bucket_name, schema_name, table='new_table', parquet_path='path/to/file.parquet')
212
+ vastdb_session.create_table(bucket_name, schema_name, 'new_table', parquet_path='path/to/file.parquet')
213
213
  # Create from parquet object on as s3 bucket
214
- vastdb_session.create_table(bucket_name, schema_name, table='new_table',
214
+ vastdb_session.create_table(bucket_name, schema_name, 'new_table',
215
215
  parquet_bucket_name='s3-bucket-name',
216
216
  parquet_object_name='path/to/object.parquet')
217
217
  ```
@@ -672,9 +672,9 @@ s3_files = {
672
672
  }
673
673
 
674
674
  result = vastdb_session.import_data(
675
- bucket_name='vastdb-bucket-name',
676
- schema_name='schema-name',
677
- table_name='table-name',
675
+ 'vastdb-bucket-name',
676
+ 'schema-name',
677
+ 'table-name',
678
678
  source_files=s3_files,
679
679
  txid=0, # Use an appropriate transaction ID if necessary
680
680
  case_sensitive=False
@@ -688,14 +688,11 @@ else:
688
688
 
689
689
  ### List columns from a table
690
690
 
691
- ```python
692
- bucket_name='vastdb-bucket'
693
- schema_name='schema-name'
694
691
 
695
692
  vastdb_session = create_vastdb_session(access_key, secret_key)
696
693
 
697
694
  # List columns in the table
698
- cols = vastdb_session.list_columns(bucket_name, schema_name, table_name)
695
+ cols = vastdb_session.list_columns('bucket_name', 'schema_name', 'table_name')
699
696
 
700
697
  # Create a schema from the column list
701
698
  res_schema = pa.schema([(column[0], column[1]) for column in cols[0]])
@@ -707,11 +704,8 @@ print(res_schema)
707
704
  ##### Query table without limit, filters and field_names, i.e. "SELECT * FROM table"
708
705
 
709
706
  ```python
710
- bucket_name = "vastdb-bucket1"
711
- schema_name = "citizens-schema"
712
- table_name = "jersey-citizens-table"
713
707
 
714
- table = vastdb_session.query(bucket_name, schema_name, table_name)
708
+ table = vastdb_session.query('vastdb-bucket1', 'citizens-schema', 'jersey-citizens-table')
715
709
  df = table.to_pandas()
716
710
  print(df)
717
711
  ```
@@ -722,7 +716,7 @@ print(df)
722
716
  field_names = ['Citizen_Age', 'Citizen_Name', 'Citizen_experience']
723
717
  filters = {'Citizen_Age': ['gt 35'], 'Citizen_experience': ['le 9']}
724
718
 
725
- table = vastdb_session.query(bucket_name, schema_name, table_name, filters=filters, field_names=field_names, limit=10)
719
+ table = vastdb_session.query('vastdb-bucket1', 'citizens-schema', 'jersey-citizens-table', filters=filters, field_names=field_names, limit=10)
726
720
 
727
721
  df = table.to_pandas()
728
722
  print(df)
@@ -734,7 +728,7 @@ print(df)
734
728
  field_names = ['Citizen_Age', 'Citizen_Name', 'Citizen_experience']
735
729
  filters = {'Citizen_Age': ['eq 50', 'eq 55']}
736
730
 
737
- table = vastdb_session.query(bucket_name, schema_name, table_name, filters=filters, field_names=field_names)
731
+ table = vastdb_session.query('vastdb-bucket1', 'citizens-schema', 'jersey-citizens-table', filters=filters, field_names=field_names)
738
732
 
739
733
  df = table.to_pandas()
740
734
  print(df)
@@ -745,7 +739,7 @@ print(df)
745
739
  ```python
746
740
  field_names = ['Citizen_Age', 'Citizen_Name', 'Citizen_experience', 'Citizen_id']
747
741
  filters = {'Citizen_experience': ['le 25'], 'Citizen_Age': [('ge 55' , 'le 75')]}
748
- table = vastdb_session.query(bucket_name, schema_name, table_name, filters=filters, field_names=field_names)
742
+ table = vastdb_session.query('vastdb-bucket1', 'citizens-schema', 'jersey-citizens-table', filters=filters, field_names=field_names)
749
743
 
750
744
  df = table.to_pandas()
751
745
  print(df)
@@ -754,7 +748,7 @@ print(df)
754
748
  ##### Query a table using Pandas predicates:
755
749
 
756
750
  ```python
757
- table = vastdb_session.query(bucket_name, schema_name, table_name)
751
+ table = vastdb_session.query('bucket_name', 'schema_name', 'table_name')
758
752
  df = table.to_pandas()
759
753
  pd.options.display.max_columns = None
760
754
  display(df[(df['uid'] == 555) & (df['size'] > 4096)].head(10))
@@ -780,11 +774,9 @@ secret_key='00k0oQ4eG6o4/PLGAWL..'
780
774
 
781
775
  vastdb_session = create_vastdb_session(access_key, secret_key)
782
776
 
783
- bucket_name = "vastdb-bucket1"
784
- schema_name = "my_schema_name"
785
777
 
786
778
  # Create the schema
787
- response = vastdb_session.create_schema(bucket_name, schema_name)
779
+ response = vastdb_session.create_schema('bucket_name', 'schema_name')
788
780
  if response.status_code == 200:
789
781
  print("create_schema successful")
790
782
  else:
@@ -793,7 +785,6 @@ else:
793
785
 
794
786
 
795
787
  # Define columns schema (types) & create table with the columns included
796
- table_name = "my-table-name"
797
788
 
798
789
  arrow_schema = pa.schema([
799
790
  ('Citizen_Age', pa.int64()),
@@ -802,7 +793,7 @@ arrow_schema = pa.schema([
802
793
  ('Is_married', pa.bool_()),
803
794
  ])
804
795
 
805
- response = vastdb_session.create_table(bucket_name, schema_name, table_name, arrow_schema)
796
+ response = vastdb_session.create_table('bucket_name', 'schema_name', 'table_name', arrow_schema)
806
797
  if response.status_code == 200:
807
798
  print("create_table successful")
808
799
  else:
@@ -819,11 +810,11 @@ rows = {
819
810
  'Is_married': [True, False, False, True]
820
811
  }
821
812
 
822
- vastdb_session.insert(bucket=bucket_name, schema=schema_name, table=table_name, rows=rows)
813
+ vastdb_session.insert('bucket_name', 'schema_name', 'table_name', rows=rows)
823
814
 
824
815
  # query table without limit, filters and field_names, i.e. "SELECT * FROM table"
825
816
 
826
- table = vastdb_session.query(bucket_name, schema_name, table_name)
817
+ table = vastdb_session.query('bucket_name', 'schema_name', 'table_name')
827
818
  df = table.to_pandas()
828
819
  print(df)
829
820
 
@@ -832,14 +823,14 @@ columns_to_update = [(pa.uint64(), '$row_id'), (pa.int64(), 'Citizen_Age'), (pa.
832
823
  column_values_to_update = {pa.uint64(): [0, 2], pa.int64(): [43, 28], pa.bool_(): [False, True]}
833
824
 
834
825
  update_rows_req = build_record_batch(columns_to_update, column_values_to_update)
835
- vastdb_session.update_rows(bucket=bucket_name, schema=schema_name, table=table_name, record_batch=update_rows_req)
826
+ vastdb_session.update_rows('bucket_name', 'schema_name', 'table_name', record_batch=update_rows_req)
836
827
 
837
- table = vastdb_session.query(bucket_name, schema_name, table_name)
828
+ table = vastdb_session.query('bucket_name', 'schema_name', 'table_name')
838
829
  print(f'table after update: {table.to_pydict()}')
839
830
 
840
831
  # Add additional columns to the table schema
841
832
  additional_columns_schema = pa.schema([('Citizen_id', pa.int64()), ('Citizen_street', pa.string())])
842
- response = vastdb_session.add_columns(bucket_name, schema_name, table_name, additional_columns_schema)
833
+ response = vastdb_session.add_columns('bucket_name', 'schema_name', 'table_name', additional_columns_schema)
843
834
  if response.status_code == 200:
844
835
  print("add_columns successful")
845
836
  else:
@@ -847,7 +838,7 @@ else:
847
838
  exit(1)
848
839
 
849
840
  # retrieve columns and new schema
850
- cols = vastdb_session.list_columns(bucket_name, schema_name, table_name)
841
+ cols = vastdb_session.list_columns('bucket_name', 'schema_name', 'table_name')
851
842
  res_schema = pa.schema([(column[0], column[1]) for column in cols[0]])
852
843
  print(res_schema)
853
844
 
@@ -863,12 +854,12 @@ rows = {
863
854
  'Citizen_street': ['street1', 'street4', 'street3', 'street2']
864
855
  }
865
856
 
866
- vastdb_session.insert(bucket=bucket_name, schema=schema_name, table=table_name, rows=rows)
857
+ vastdb_session.insert('bucket_name', 'schema', 'table_name', rows=rows)
867
858
 
868
859
 
869
860
  # query table without limit, filters and field_names, i.e. "SELECT * FROM table"
870
861
 
871
- table = vastdb_session.query(bucket_name, schema_name, table_name)
862
+ table = vastdb_session.query('bucket_name', 'schema_name', 'table_name')
872
863
  df = table.to_pandas()
873
864
  print(df)
874
865
 
@@ -879,7 +870,7 @@ s3_files = {('parquet-files-bucket', 'citizens_data_24.parquet'): b'',
879
870
  ('parquet-files-bucket', 'citizens_data_26.parquet'): b'',
880
871
  ('parquet-files-bucket', 'citizens_data_27.parquet'): b'',
881
872
  }
882
- response = vastdb_session.import_data(bucket_name, schema_name, table_name, source_files=s3_files)
873
+ response = vastdb_session.import_data('bucket_name', 'schema_name', 'table_name', source_files=s3_files)
883
874
  if response.status_code == 200:
884
875
  print("import_data successful")
885
876
  else:
@@ -889,7 +880,7 @@ else:
889
880
 
890
881
  # query table after importing files, without limit, filters and field_names, i.e. "SELECT * FROM table"
891
882
 
892
- table = vastdb_session.query(bucket_name, schema_name, table_name)
883
+ table = vastdb_session.query('bucket_name', 'schema_name', 'table_name')
893
884
  df = table.to_pandas()
894
885
  print(df)
895
886
 
@@ -900,17 +891,17 @@ print(df)
900
891
  ### What is Vast Catalog
901
892
 
902
893
  - VAST Catalog is a database that indexes metadata attributes of all data on the cluster from periodic snapshots of the cluster's data. The database is stored on a dedicated S3 bucket on the cluster.
903
- - [VAST Catalog Overview](https://support.vastdata.com/hc/en-us/articles/9859973783964-VAST-Catalog-Overview)
894
+ - [VAST Catalog Overview](https://support.vastdata.com/s/article/UUID-b7cf8427-3f50-ac3a-b1fe-c92649823ee7)
904
895
 
905
896
 
906
897
  ### Vast Catalog Schema Structure
907
898
 
908
- - The Vast-Catalog has internal bucket, schema and table. To query the Catalog using the api, define these:
899
+ - The Vast-Catalog has internal bucket, schema and table. To query the Catalog using the api, use these values:
909
900
 
910
901
  ```python
911
- bucket_name='vast-big-catalog-bucket'
912
- schema_name='vast_big_catalog_schema'
913
- table_name='vast_big_catalog_table'
902
+ 'vast-big-catalog-bucket'
903
+ 'vast_big_catalog_schema'
904
+ 'vast_big_catalog_table'
914
905
  ```
915
906
 
916
907
  **The schema columns**
@@ -926,7 +917,7 @@ print(df)
926
917
  | owner_name | varchar |
927
918
 
928
919
 
929
- - **This is only a few columns, for a full schema structure check [VAST Catalog Overview](https://support.vastdata.com/hc/en-us/articles/9859973783964-VAST-Catalog-Overview)**
920
+ - **This is only a few columns, for a full schema structure check [VAST Catalog Overview](https://support.vastdata.com/s/article/UUID-b7cf8427-3f50-ac3a-b1fe-c92649823ee7)**
930
921
 
931
922
 
932
923
  ## Vast Catalog - Query examples with VastdbApi
@@ -1012,14 +1003,12 @@ print(f"Total elements in the catalog: {total_elements}")
1012
1003
  import time
1013
1004
  import datetime
1014
1005
 
1015
- date_str = '2023-11-24'
1016
- pattern = '%Y-%m-%d'
1017
- epoch = int(time.mktime(time.strptime(date_str, pattern)))
1006
+ ts = datetime.datetime.fromisoformat("2024-03-12 11:15").timestamp() * 1e3 # in milliseconds
1018
1007
 
1019
1008
  filters = {
1020
1009
  'owner_name': ['eq vastdata'],
1021
1010
  'size': ['gt 50000'],
1022
- 'creation_time': [f'gt {epoch}']
1011
+ 'creation_time': [f'ge {ts:.0f}']
1023
1012
  }
1024
1013
 
1025
1014
  field_names = ['creation_time', 'uid', 'owner_name', 'size']
@@ -46,7 +46,7 @@ if os.environ.get('VASTDB_APPEND_VERSION_SUFFIX'):
46
46
  setup(
47
47
  name='vastdb',
48
48
  description='VAST Data SDK',
49
- version='0.0.5.1' + suffix,
49
+ version='0.0.5.3' + suffix,
50
50
  url='https://github.com/vast-data/vastdb_sdk',
51
51
  author='VAST DATA',
52
52
  author_email='hello@vastdata.com',
@@ -58,7 +58,6 @@ setup(
58
58
  'requests',
59
59
  'aws-requests-auth',
60
60
  'xmltodict',
61
- 'protobuf==3.19.6'
62
61
  ],
63
62
  long_description=long_description,
64
63
  long_description_content_type='text/markdown',