vastdb 1.3.6__tar.gz → 1.3.7__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 (226) hide show
  1. {vastdb-1.3.6 → vastdb-1.3.7}/CHANGELOG.md +6 -0
  2. {vastdb-1.3.6 → vastdb-1.3.7}/PKG-INFO +1 -1
  3. {vastdb-1.3.6 → vastdb-1.3.7}/setup.py +1 -1
  4. vastdb-1.3.7/vast_flatbuf/tabular/ColumnDetails.py +56 -0
  5. vastdb-1.3.7/vast_flatbuf/tabular/FilterString.py +45 -0
  6. vastdb-1.3.7/vast_flatbuf/tabular/GetRowColumnSecurityResponse.py +166 -0
  7. vastdb-1.3.7/vast_flatbuf/tabular/GetTableStatsResponse.py +178 -0
  8. vastdb-1.3.7/vast_flatbuf/tabular/NameString.py +45 -0
  9. vastdb-1.3.7/vast_flatbuf/tabular/ObjectDetails.py +168 -0
  10. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/_internal.py +12 -1
  11. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb.egg-info/PKG-INFO +1 -1
  12. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb.egg-info/SOURCES.txt +4 -0
  13. vastdb-1.3.6/vast_flatbuf/tabular/GetTableStatsResponse.py +0 -111
  14. vastdb-1.3.6/vast_flatbuf/tabular/ObjectDetails.py +0 -112
  15. {vastdb-1.3.6 → vastdb-1.3.7}/CONTRIBUTING.md +0 -0
  16. {vastdb-1.3.6 → vastdb-1.3.7}/LICENSE +0 -0
  17. {vastdb-1.3.6 → vastdb-1.3.7}/MANIFEST.in +0 -0
  18. {vastdb-1.3.6 → vastdb-1.3.7}/README.md +0 -0
  19. {vastdb-1.3.6 → vastdb-1.3.7}/requirements.txt +0 -0
  20. {vastdb-1.3.6 → vastdb-1.3.7}/setup.cfg +0 -0
  21. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/__init__.py +0 -0
  22. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/__init__.py +0 -0
  23. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/__init__.py +0 -0
  24. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/__init__.py +0 -0
  25. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/__init__.py +0 -0
  26. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Aggregate.py +0 -0
  27. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySlice.py +0 -0
  28. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySubscript.py +0 -0
  29. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BinaryLiteral.py +0 -0
  30. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BooleanLiteral.py +0 -0
  31. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Bound.py +0 -0
  32. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Call.py +0 -0
  33. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CaseFragment.py +0 -0
  34. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Cast.py +0 -0
  35. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConcreteBoundImpl.py +0 -0
  36. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConditionalCase.py +0 -0
  37. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CurrentRow.py +0 -0
  38. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DateLiteral.py +0 -0
  39. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DecimalLiteral.py +0 -0
  40. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Deref.py +0 -0
  41. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DurationLiteral.py +0 -0
  42. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Expression.py +0 -0
  43. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ExpressionImpl.py +0 -0
  44. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldIndex.py +0 -0
  45. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldRef.py +0 -0
  46. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Filter.py +0 -0
  47. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FixedSizeBinaryLiteral.py +0 -0
  48. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float16Literal.py +0 -0
  49. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float32Literal.py +0 -0
  50. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float64Literal.py +0 -0
  51. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Following.py +0 -0
  52. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Frame.py +0 -0
  53. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Grouping.py +0 -0
  54. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int16Literal.py +0 -0
  55. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int32Literal.py +0 -0
  56. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int64Literal.py +0 -0
  57. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int8Literal.py +0 -0
  58. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteral.py +0 -0
  59. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralDaysMilliseconds.py +0 -0
  60. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralImpl.py +0 -0
  61. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralMonths.py +0 -0
  62. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Join.py +0 -0
  63. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/JoinKind.py +0 -0
  64. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/KeyValue.py +0 -0
  65. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Limit.py +0 -0
  66. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ListLiteral.py +0 -0
  67. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Literal.py +0 -0
  68. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralColumn.py +0 -0
  69. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralImpl.py +0 -0
  70. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralRelation.py +0 -0
  71. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapKey.py +0 -0
  72. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapLiteral.py +0 -0
  73. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/OrderBy.py +0 -0
  74. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Ordering.py +0 -0
  75. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Plan.py +0 -0
  76. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Preceding.py +0 -0
  77. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Project.py +0 -0
  78. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelId.py +0 -0
  79. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Relation.py +0 -0
  80. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelationImpl.py +0 -0
  81. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOpKind.py +0 -0
  82. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOperation.py +0 -0
  83. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SimpleCase.py +0 -0
  84. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SortKey.py +0 -0
  85. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Source.py +0 -0
  86. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StringLiteral.py +0 -0
  87. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructField.py +0 -0
  88. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructLiteral.py +0 -0
  89. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimeLiteral.py +0 -0
  90. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimestampLiteral.py +0 -0
  91. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt16Literal.py +0 -0
  92. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt32Literal.py +0 -0
  93. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt64Literal.py +0 -0
  94. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt8Literal.py +0 -0
  95. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Unbounded.py +0 -0
  96. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/WindowCall.py +0 -0
  97. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/__init__.py +0 -0
  98. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Binary.py +0 -0
  99. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Block.py +0 -0
  100. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompression.py +0 -0
  101. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompressionMethod.py +0 -0
  102. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Bool.py +0 -0
  103. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Buffer.py +0 -0
  104. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/CompressionType.py +0 -0
  105. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Date.py +0 -0
  106. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/DateUnit.py +0 -0
  107. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Decimal.py +0 -0
  108. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryBatch.py +0 -0
  109. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryEncoding.py +0 -0
  110. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryKind.py +0 -0
  111. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Duration.py +0 -0
  112. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Endianness.py +0 -0
  113. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Feature.py +0 -0
  114. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Field.py +0 -0
  115. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/FieldNode.py +0 -0
  116. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeBinary.py +0 -0
  117. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeList.py +0 -0
  118. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/FloatingPoint.py +0 -0
  119. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Footer.py +0 -0
  120. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Int.py +0 -0
  121. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Interval.py +0 -0
  122. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/IntervalUnit.py +0 -0
  123. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/KeyValue.py +0 -0
  124. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/LargeBinary.py +0 -0
  125. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/LargeList.py +0 -0
  126. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/LargeUtf8.py +0 -0
  127. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/List.py +0 -0
  128. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Map.py +0 -0
  129. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Message.py +0 -0
  130. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/MessageHeader.py +0 -0
  131. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/MetadataVersion.py +0 -0
  132. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Null.py +0 -0
  133. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Precision.py +0 -0
  134. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/RecordBatch.py +0 -0
  135. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Schema.py +0 -0
  136. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixCompressedAxis.py +0 -0
  137. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixIndexCSX.py +0 -0
  138. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensor.py +0 -0
  139. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndex.py +0 -0
  140. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCOO.py +0 -0
  141. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCSF.py +0 -0
  142. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Struct_.py +0 -0
  143. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Tensor.py +0 -0
  144. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/TensorDim.py +0 -0
  145. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Time.py +0 -0
  146. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/TimeUnit.py +0 -0
  147. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Timestamp.py +0 -0
  148. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Type.py +0 -0
  149. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Union.py +0 -0
  150. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/UnionMode.py +0 -0
  151. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/Utf8.py +0 -0
  152. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/org/apache/arrow/flatbuf/__init__.py +0 -0
  153. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/AlterColumnRequest.py +0 -0
  154. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/AlterProjectionTableRequest.py +0 -0
  155. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/AlterSchemaRequest.py +0 -0
  156. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/AlterTableRequest.py +0 -0
  157. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/Column.py +0 -0
  158. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/ColumnType.py +0 -0
  159. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/CreateProjectionRequest.py +0 -0
  160. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/CreateSchemaRequest.py +0 -0
  161. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/CreateViewRequest.py +0 -0
  162. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/GetProjectionTableStatsResponse.py +0 -0
  163. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/ImportDataRequest.py +0 -0
  164. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/ListProjectionsResponse.py +0 -0
  165. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/ListSchemasResponse.py +0 -0
  166. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/ListTablesResponse.py +0 -0
  167. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/ListViewsResponse.py +0 -0
  168. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/S3File.py +0 -0
  169. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/VipRange.py +0 -0
  170. {vastdb-1.3.6 → vastdb-1.3.7}/vast_flatbuf/tabular/__init__.py +0 -0
  171. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/__init__.py +0 -0
  172. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/__init__.py +0 -0
  173. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/__init__.py +0 -0
  174. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/bench_repo/__init__.py +0 -0
  175. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/bench_repo/mega_combo.py +0 -0
  176. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/cli.py +0 -0
  177. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/common/__init__.py +0 -0
  178. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/common/constants.py +0 -0
  179. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/common/log_utils.py +0 -0
  180. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/common/types.py +0 -0
  181. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/common/utils.py +0 -0
  182. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/dataset/__init__.py +0 -0
  183. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/dataset/generate_secmaster.py +0 -0
  184. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/dataset/generate_stocks_dataset.py +0 -0
  185. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/dataset/schemas.py +0 -0
  186. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/dataset/secmaster.py +0 -0
  187. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/orchestrate/__init__.py +0 -0
  188. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/orchestrate/bench_spec.py +0 -0
  189. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/orchestrate/results_helpers.py +0 -0
  190. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/orchestrate/scenario.py +0 -0
  191. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/orchestrate/scenario_generator.py +0 -0
  192. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/query/__init__.py +0 -0
  193. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/query/arrow_common.py +0 -0
  194. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/query/query.py +0 -0
  195. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/query/query_pyarrow.py +0 -0
  196. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/query/query_vastdb.py +0 -0
  197. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/perf_bench/run.py +0 -0
  198. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/test_perf.py +0 -0
  199. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bench/test_sample.py +0 -0
  200. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/bucket.py +0 -0
  201. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/config.py +0 -0
  202. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/conftest.py +0 -0
  203. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/errors.py +0 -0
  204. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/features.py +0 -0
  205. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/schema.py +0 -0
  206. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/session.py +0 -0
  207. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/table.py +0 -0
  208. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/__init__.py +0 -0
  209. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/metrics.py +0 -0
  210. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/test_duckdb.py +0 -0
  211. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/test_imports.py +0 -0
  212. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/test_nested.py +0 -0
  213. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/test_projections.py +0 -0
  214. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/test_sanity.py +0 -0
  215. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/test_schemas.py +0 -0
  216. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/test_tables.py +0 -0
  217. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/test_util.py +0 -0
  218. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/tests/util.py +0 -0
  219. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/transaction.py +0 -0
  220. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/util.py +0 -0
  221. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/vast_tests/__init__.py +0 -0
  222. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/vast_tests/test_ha.py +0 -0
  223. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb/vast_tests/test_scale.py +0 -0
  224. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb.egg-info/dependency_links.txt +0 -0
  225. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb.egg-info/requires.txt +0 -0
  226. {vastdb-1.3.6 → vastdb-1.3.7}/vastdb.egg-info/top_level.txt +0 -0
@@ -4,6 +4,12 @@ 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.7] (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 creating kafka schema before calling create table.
12
+
7
13
  ## [1.3.6] (2024-12-23)
8
14
  [1.3.2]: https://github.com/vast-data/vastdb_sdk/compare/v1.3.1...v1.3.2
9
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vastdb
3
- Version: 1.3.6
3
+ Version: 1.3.7
4
4
  Summary: VAST Data SDK
5
5
  Home-page: https://github.com/vast-data/vastdb_sdk
6
6
  Author: VAST DATA
@@ -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.6' + suffix,
32
+ version='1.3.7' + suffix,
33
33
  url='https://github.com/vast-data/vastdb_sdk',
34
34
  author='VAST DATA',
35
35
  author_email='hello@vastdata.com',
@@ -0,0 +1,56 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace: tabular
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ class ColumnDetails(object):
10
+ __slots__ = ['_tab']
11
+
12
+ @classmethod
13
+ def GetRootAs(cls, buf, offset=0):
14
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
15
+ x = ColumnDetails()
16
+ x.Init(buf, n + offset)
17
+ return x
18
+
19
+ @classmethod
20
+ def GetRootAsColumnDetails(cls, buf, offset=0):
21
+ """This method is deprecated. Please switch to GetRootAs."""
22
+ return cls.GetRootAs(buf, offset)
23
+ # ColumnDetails
24
+ def Init(self, buf, pos):
25
+ self._tab = flatbuffers.table.Table(buf, pos)
26
+
27
+ # ColumnDetails
28
+ def Name(self):
29
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
30
+ if o != 0:
31
+ return self._tab.String(o + self._tab.Pos)
32
+ return None
33
+
34
+ # ColumnDetails
35
+ def Mask(self):
36
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
37
+ if o != 0:
38
+ return self._tab.String(o + self._tab.Pos)
39
+ return None
40
+
41
+ def Start(builder): builder.StartObject(2)
42
+ def ColumnDetailsStart(builder):
43
+ """This method is deprecated. Please switch to Start."""
44
+ return Start(builder)
45
+ def AddName(builder, name): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(name), 0)
46
+ def ColumnDetailsAddName(builder, name):
47
+ """This method is deprecated. Please switch to AddName."""
48
+ return AddName(builder, name)
49
+ def AddMask(builder, mask): builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(mask), 0)
50
+ def ColumnDetailsAddMask(builder, mask):
51
+ """This method is deprecated. Please switch to AddMask."""
52
+ return AddMask(builder, mask)
53
+ def End(builder): return builder.EndObject()
54
+ def ColumnDetailsEnd(builder):
55
+ """This method is deprecated. Please switch to End."""
56
+ return End(builder)
@@ -0,0 +1,45 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace: tabular
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ class FilterString(object):
10
+ __slots__ = ['_tab']
11
+
12
+ @classmethod
13
+ def GetRootAs(cls, buf, offset=0):
14
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
15
+ x = FilterString()
16
+ x.Init(buf, n + offset)
17
+ return x
18
+
19
+ @classmethod
20
+ def GetRootAsFilterString(cls, buf, offset=0):
21
+ """This method is deprecated. Please switch to GetRootAs."""
22
+ return cls.GetRootAs(buf, offset)
23
+ # FilterString
24
+ def Init(self, buf, pos):
25
+ self._tab = flatbuffers.table.Table(buf, pos)
26
+
27
+ # FilterString
28
+ def Filter(self):
29
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
30
+ if o != 0:
31
+ return self._tab.String(o + self._tab.Pos)
32
+ return None
33
+
34
+ def Start(builder): builder.StartObject(1)
35
+ def FilterStringStart(builder):
36
+ """This method is deprecated. Please switch to Start."""
37
+ return Start(builder)
38
+ def AddFilter(builder, filter): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(filter), 0)
39
+ def FilterStringAddFilter(builder, filter):
40
+ """This method is deprecated. Please switch to AddFilter."""
41
+ return AddFilter(builder, filter)
42
+ def End(builder): return builder.EndObject()
43
+ def FilterStringEnd(builder):
44
+ """This method is deprecated. Please switch to End."""
45
+ return End(builder)
@@ -0,0 +1,166 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace: tabular
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ class GetRowColumnSecurityResponse(object):
10
+ __slots__ = ['_tab']
11
+
12
+ @classmethod
13
+ def GetRootAs(cls, buf, offset=0):
14
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
15
+ x = GetRowColumnSecurityResponse()
16
+ x.Init(buf, n + offset)
17
+ return x
18
+
19
+ @classmethod
20
+ def GetRootAsGetRowColumnSecurityResponse(cls, buf, offset=0):
21
+ """This method is deprecated. Please switch to GetRootAs."""
22
+ return cls.GetRootAs(buf, offset)
23
+ # GetRowColumnSecurityResponse
24
+ def Init(self, buf, pos):
25
+ self._tab = flatbuffers.table.Table(buf, pos)
26
+
27
+ # GetRowColumnSecurityResponse
28
+ def RowFilter(self, j):
29
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
30
+ if o != 0:
31
+ x = self._tab.Vector(o)
32
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
33
+ x = self._tab.Indirect(x)
34
+ from vast_flatbuf.tabular.FilterString import FilterString
35
+ obj = FilterString()
36
+ obj.Init(self._tab.Bytes, x)
37
+ return obj
38
+ return None
39
+
40
+ # GetRowColumnSecurityResponse
41
+ def RowFilterLength(self):
42
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
43
+ if o != 0:
44
+ return self._tab.VectorLen(o)
45
+ return 0
46
+
47
+ # GetRowColumnSecurityResponse
48
+ def RowFilterIsNone(self):
49
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
50
+ return o == 0
51
+
52
+ # GetRowColumnSecurityResponse
53
+ def ColumnMask(self, j):
54
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
55
+ if o != 0:
56
+ x = self._tab.Vector(o)
57
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
58
+ x = self._tab.Indirect(x)
59
+ from vast_flatbuf.tabular.ColumnDetails import ColumnDetails
60
+ obj = ColumnDetails()
61
+ obj.Init(self._tab.Bytes, x)
62
+ return obj
63
+ return None
64
+
65
+ # GetRowColumnSecurityResponse
66
+ def ColumnMaskLength(self):
67
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
68
+ if o != 0:
69
+ return self._tab.VectorLen(o)
70
+ return 0
71
+
72
+ # GetRowColumnSecurityResponse
73
+ def ColumnMaskIsNone(self):
74
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
75
+ return o == 0
76
+
77
+ # GetRowColumnSecurityResponse
78
+ def ColumnAllow(self, j):
79
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
80
+ if o != 0:
81
+ x = self._tab.Vector(o)
82
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
83
+ x = self._tab.Indirect(x)
84
+ from vast_flatbuf.tabular.NameString import NameString
85
+ obj = NameString()
86
+ obj.Init(self._tab.Bytes, x)
87
+ return obj
88
+ return None
89
+
90
+ # GetRowColumnSecurityResponse
91
+ def ColumnAllowLength(self):
92
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
93
+ if o != 0:
94
+ return self._tab.VectorLen(o)
95
+ return 0
96
+
97
+ # GetRowColumnSecurityResponse
98
+ def ColumnAllowIsNone(self):
99
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
100
+ return o == 0
101
+
102
+ # GetRowColumnSecurityResponse
103
+ def ColumnDeny(self, j):
104
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
105
+ if o != 0:
106
+ x = self._tab.Vector(o)
107
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
108
+ x = self._tab.Indirect(x)
109
+ from vast_flatbuf.tabular.NameString import NameString
110
+ obj = NameString()
111
+ obj.Init(self._tab.Bytes, x)
112
+ return obj
113
+ return None
114
+
115
+ # GetRowColumnSecurityResponse
116
+ def ColumnDenyLength(self):
117
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
118
+ if o != 0:
119
+ return self._tab.VectorLen(o)
120
+ return 0
121
+
122
+ # GetRowColumnSecurityResponse
123
+ def ColumnDenyIsNone(self):
124
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
125
+ return o == 0
126
+
127
+ def Start(builder): builder.StartObject(4)
128
+ def GetRowColumnSecurityResponseStart(builder):
129
+ """This method is deprecated. Please switch to Start."""
130
+ return Start(builder)
131
+ def AddRowFilter(builder, rowFilter): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(rowFilter), 0)
132
+ def GetRowColumnSecurityResponseAddRowFilter(builder, rowFilter):
133
+ """This method is deprecated. Please switch to AddRowFilter."""
134
+ return AddRowFilter(builder, rowFilter)
135
+ def StartRowFilterVector(builder, numElems): return builder.StartVector(4, numElems, 4)
136
+ def GetRowColumnSecurityResponseStartRowFilterVector(builder, numElems):
137
+ """This method is deprecated. Please switch to Start."""
138
+ return StartRowFilterVector(builder, numElems)
139
+ def AddColumnMask(builder, columnMask): builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(columnMask), 0)
140
+ def GetRowColumnSecurityResponseAddColumnMask(builder, columnMask):
141
+ """This method is deprecated. Please switch to AddColumnMask."""
142
+ return AddColumnMask(builder, columnMask)
143
+ def StartColumnMaskVector(builder, numElems): return builder.StartVector(4, numElems, 4)
144
+ def GetRowColumnSecurityResponseStartColumnMaskVector(builder, numElems):
145
+ """This method is deprecated. Please switch to Start."""
146
+ return StartColumnMaskVector(builder, numElems)
147
+ def AddColumnAllow(builder, columnAllow): builder.PrependUOffsetTRelativeSlot(2, flatbuffers.number_types.UOffsetTFlags.py_type(columnAllow), 0)
148
+ def GetRowColumnSecurityResponseAddColumnAllow(builder, columnAllow):
149
+ """This method is deprecated. Please switch to AddColumnAllow."""
150
+ return AddColumnAllow(builder, columnAllow)
151
+ def StartColumnAllowVector(builder, numElems): return builder.StartVector(4, numElems, 4)
152
+ def GetRowColumnSecurityResponseStartColumnAllowVector(builder, numElems):
153
+ """This method is deprecated. Please switch to Start."""
154
+ return StartColumnAllowVector(builder, numElems)
155
+ def AddColumnDeny(builder, columnDeny): builder.PrependUOffsetTRelativeSlot(3, flatbuffers.number_types.UOffsetTFlags.py_type(columnDeny), 0)
156
+ def GetRowColumnSecurityResponseAddColumnDeny(builder, columnDeny):
157
+ """This method is deprecated. Please switch to AddColumnDeny."""
158
+ return AddColumnDeny(builder, columnDeny)
159
+ def StartColumnDenyVector(builder, numElems): return builder.StartVector(4, numElems, 4)
160
+ def GetRowColumnSecurityResponseStartColumnDenyVector(builder, numElems):
161
+ """This method is deprecated. Please switch to Start."""
162
+ return StartColumnDenyVector(builder, numElems)
163
+ def End(builder): return builder.EndObject()
164
+ def GetRowColumnSecurityResponseEnd(builder):
165
+ """This method is deprecated. Please switch to End."""
166
+ return End(builder)
@@ -0,0 +1,178 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace: tabular
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ class GetTableStatsResponse(object):
10
+ __slots__ = ['_tab']
11
+
12
+ @classmethod
13
+ def GetRootAs(cls, buf, offset=0):
14
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
15
+ x = GetTableStatsResponse()
16
+ x.Init(buf, n + offset)
17
+ return x
18
+
19
+ @classmethod
20
+ def GetRootAsGetTableStatsResponse(cls, buf, offset=0):
21
+ """This method is deprecated. Please switch to GetRootAs."""
22
+ return cls.GetRootAs(buf, offset)
23
+ # GetTableStatsResponse
24
+ def Init(self, buf, pos):
25
+ self._tab = flatbuffers.table.Table(buf, pos)
26
+
27
+ # GetTableStatsResponse
28
+ def NumRows(self):
29
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
30
+ if o != 0:
31
+ return self._tab.Get(flatbuffers.number_types.Int64Flags, o + self._tab.Pos)
32
+ return 0
33
+
34
+ # GetTableStatsResponse
35
+ def SizeInBytes(self):
36
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
37
+ if o != 0:
38
+ return self._tab.Get(flatbuffers.number_types.Int64Flags, o + self._tab.Pos)
39
+ return 0
40
+
41
+ # GetTableStatsResponse
42
+ def IsExternalRowidAlloc(self):
43
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
44
+ if o != 0:
45
+ return bool(self._tab.Get(flatbuffers.number_types.BoolFlags, o + self._tab.Pos))
46
+ return False
47
+
48
+ # GetTableStatsResponse
49
+ def AddressType(self):
50
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
51
+ if o != 0:
52
+ return self._tab.String(o + self._tab.Pos)
53
+ return None
54
+
55
+ # GetTableStatsResponse
56
+ def Vips(self, j):
57
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(12))
58
+ if o != 0:
59
+ x = self._tab.Vector(o)
60
+ x += flatbuffers.number_types.UOffsetTFlags.py_type(j) * 4
61
+ x = self._tab.Indirect(x)
62
+ from vast_flatbuf.tabular.VipRange import VipRange
63
+ obj = VipRange()
64
+ obj.Init(self._tab.Bytes, x)
65
+ return obj
66
+ return None
67
+
68
+ # GetTableStatsResponse
69
+ def VipsLength(self):
70
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(12))
71
+ if o != 0:
72
+ return self._tab.VectorLen(o)
73
+ return 0
74
+
75
+ # GetTableStatsResponse
76
+ def VipsIsNone(self):
77
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(12))
78
+ return o == 0
79
+
80
+ # GetTableStatsResponse
81
+ def SortingKeyEnabled(self):
82
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(14))
83
+ if o != 0:
84
+ return bool(self._tab.Get(flatbuffers.number_types.BoolFlags, o + self._tab.Pos))
85
+ return False
86
+
87
+ # GetTableStatsResponse
88
+ def SortingScore(self):
89
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(16))
90
+ if o != 0:
91
+ return self._tab.Get(flatbuffers.number_types.Int64Flags, o + self._tab.Pos)
92
+ return 0
93
+
94
+ # GetTableStatsResponse
95
+ def WriteAmplification(self):
96
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(18))
97
+ if o != 0:
98
+ return self._tab.Get(flatbuffers.number_types.Int64Flags, o + self._tab.Pos)
99
+ return 0
100
+
101
+ # GetTableStatsResponse
102
+ def AcummulativeRowInseritionCount(self):
103
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(20))
104
+ if o != 0:
105
+ return self._tab.Get(flatbuffers.number_types.Int64Flags, o + self._tab.Pos)
106
+ return 0
107
+
108
+ def GetTableStatsResponseStart(builder):
109
+ builder.StartObject(9)
110
+
111
+ def Start(builder):
112
+ GetTableStatsResponseStart(builder)
113
+
114
+ def GetTableStatsResponseAddNumRows(builder, numRows):
115
+ builder.PrependInt64Slot(0, numRows, 0)
116
+
117
+ def AddNumRows(builder, numRows):
118
+ GetTableStatsResponseAddNumRows(builder, numRows)
119
+
120
+ def GetTableStatsResponseAddSizeInBytes(builder, sizeInBytes):
121
+ builder.PrependInt64Slot(1, sizeInBytes, 0)
122
+
123
+ def AddSizeInBytes(builder, sizeInBytes):
124
+ GetTableStatsResponseAddSizeInBytes(builder, sizeInBytes)
125
+
126
+ def GetTableStatsResponseAddIsExternalRowidAlloc(builder, isExternalRowidAlloc):
127
+ builder.PrependBoolSlot(2, isExternalRowidAlloc, 0)
128
+
129
+ def AddIsExternalRowidAlloc(builder, isExternalRowidAlloc):
130
+ GetTableStatsResponseAddIsExternalRowidAlloc(builder, isExternalRowidAlloc)
131
+
132
+ def GetTableStatsResponseAddAddressType(builder, addressType):
133
+ builder.PrependUOffsetTRelativeSlot(3, flatbuffers.number_types.UOffsetTFlags.py_type(addressType), 0)
134
+
135
+ def AddAddressType(builder, addressType):
136
+ GetTableStatsResponseAddAddressType(builder, addressType)
137
+
138
+ def GetTableStatsResponseAddVips(builder, vips):
139
+ builder.PrependUOffsetTRelativeSlot(4, flatbuffers.number_types.UOffsetTFlags.py_type(vips), 0)
140
+
141
+ def AddVips(builder, vips):
142
+ GetTableStatsResponseAddVips(builder, vips)
143
+
144
+ def GetTableStatsResponseStartVipsVector(builder, numElems):
145
+ return builder.StartVector(4, numElems, 4)
146
+
147
+ def StartVipsVector(builder, numElems):
148
+ return GetTableStatsResponseStartVipsVector(builder, numElems)
149
+
150
+ def GetTableStatsResponseAddSortingKeyEnabled(builder, sortingKeyEnabled):
151
+ builder.PrependBoolSlot(5, sortingKeyEnabled, 0)
152
+
153
+ def AddSortingKeyEnabled(builder, sortingKeyEnabled):
154
+ GetTableStatsResponseAddSortingKeyEnabled(builder, sortingKeyEnabled)
155
+
156
+ def GetTableStatsResponseAddSortingScore(builder, sortingScore):
157
+ builder.PrependInt64Slot(6, sortingScore, 0)
158
+
159
+ def AddSortingScore(builder, sortingScore):
160
+ GetTableStatsResponseAddSortingScore(builder, sortingScore)
161
+
162
+ def GetTableStatsResponseAddWriteAmplification(builder, writeAmplification):
163
+ builder.PrependInt64Slot(7, writeAmplification, 0)
164
+
165
+ def AddWriteAmplification(builder, writeAmplification):
166
+ GetTableStatsResponseAddWriteAmplification(builder, writeAmplification)
167
+
168
+ def GetTableStatsResponseAddAcummulativeRowInseritionCount(builder, acummulativeRowInseritionCount):
169
+ builder.PrependInt64Slot(8, acummulativeRowInseritionCount, 0)
170
+
171
+ def AddAcummulativeRowInseritionCount(builder, acummulativeRowInseritionCount):
172
+ GetTableStatsResponseAddAcummulativeRowInseritionCount(builder, acummulativeRowInseritionCount)
173
+
174
+ def GetTableStatsResponseEnd(builder):
175
+ return builder.EndObject()
176
+
177
+ def End(builder):
178
+ return GetTableStatsResponseEnd(builder)
@@ -0,0 +1,45 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace: tabular
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ class NameString(object):
10
+ __slots__ = ['_tab']
11
+
12
+ @classmethod
13
+ def GetRootAs(cls, buf, offset=0):
14
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
15
+ x = NameString()
16
+ x.Init(buf, n + offset)
17
+ return x
18
+
19
+ @classmethod
20
+ def GetRootAsNameString(cls, buf, offset=0):
21
+ """This method is deprecated. Please switch to GetRootAs."""
22
+ return cls.GetRootAs(buf, offset)
23
+ # NameString
24
+ def Init(self, buf, pos):
25
+ self._tab = flatbuffers.table.Table(buf, pos)
26
+
27
+ # NameString
28
+ def Name(self):
29
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
30
+ if o != 0:
31
+ return self._tab.String(o + self._tab.Pos)
32
+ return None
33
+
34
+ def Start(builder): builder.StartObject(1)
35
+ def NameStringStart(builder):
36
+ """This method is deprecated. Please switch to Start."""
37
+ return Start(builder)
38
+ def AddName(builder, name): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(name), 0)
39
+ def NameStringAddName(builder, name):
40
+ """This method is deprecated. Please switch to AddName."""
41
+ return AddName(builder, name)
42
+ def End(builder): return builder.EndObject()
43
+ def NameStringEnd(builder):
44
+ """This method is deprecated. Please switch to End."""
45
+ return End(builder)
@@ -0,0 +1,168 @@
1
+ # automatically generated by the FlatBuffers compiler, do not modify
2
+
3
+ # namespace: tabular
4
+
5
+ import flatbuffers
6
+ from flatbuffers.compat import import_numpy
7
+ np = import_numpy()
8
+
9
+ # used by `ListSchemas` and `ListTables` API
10
+ class ObjectDetails(object):
11
+ __slots__ = ['_tab']
12
+
13
+ @classmethod
14
+ def GetRootAs(cls, buf, offset=0):
15
+ n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
16
+ x = ObjectDetails()
17
+ x.Init(buf, n + offset)
18
+ return x
19
+
20
+ @classmethod
21
+ def GetRootAsObjectDetails(cls, buf, offset=0):
22
+ """This method is deprecated. Please switch to GetRootAs."""
23
+ return cls.GetRootAs(buf, offset)
24
+ # ObjectDetails
25
+ def Init(self, buf, pos):
26
+ self._tab = flatbuffers.table.Table(buf, pos)
27
+
28
+ # ObjectDetails
29
+ def Name(self):
30
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4))
31
+ if o != 0:
32
+ return self._tab.String(o + self._tab.Pos)
33
+ return None
34
+
35
+ # ObjectDetails
36
+ def Properties(self):
37
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6))
38
+ if o != 0:
39
+ return self._tab.String(o + self._tab.Pos)
40
+ return None
41
+
42
+ # ObjectDetails
43
+ def Handle(self):
44
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(8))
45
+ if o != 0:
46
+ return self._tab.String(o + self._tab.Pos)
47
+ return None
48
+
49
+ # ObjectDetails
50
+ def NumRows(self):
51
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(10))
52
+ if o != 0:
53
+ return self._tab.Get(flatbuffers.number_types.Uint64Flags, o + self._tab.Pos)
54
+ return 0
55
+
56
+ # ObjectDetails
57
+ def SizeInBytes(self):
58
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(12))
59
+ if o != 0:
60
+ return self._tab.Get(flatbuffers.number_types.Uint64Flags, o + self._tab.Pos)
61
+ return 0
62
+
63
+ # ObjectDetails
64
+ def NumPartitions(self):
65
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(14))
66
+ if o != 0:
67
+ return self._tab.Get(flatbuffers.number_types.Uint64Flags, o + self._tab.Pos)
68
+ return 0
69
+
70
+ # ObjectDetails
71
+ def SortingKeyEnabled(self):
72
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(16))
73
+ if o != 0:
74
+ return bool(self._tab.Get(flatbuffers.number_types.BoolFlags, o + self._tab.Pos))
75
+ return False
76
+
77
+ # ObjectDetails
78
+ def SortingScore(self):
79
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(18))
80
+ if o != 0:
81
+ return self._tab.Get(flatbuffers.number_types.Int64Flags, o + self._tab.Pos)
82
+ return 0
83
+
84
+ # ObjectDetails
85
+ def WriteAmplification(self):
86
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(20))
87
+ if o != 0:
88
+ return self._tab.Get(flatbuffers.number_types.Int64Flags, o + self._tab.Pos)
89
+ return 0
90
+
91
+ # ObjectDetails
92
+ def AcummulativeRowInseritionCount(self):
93
+ o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(22))
94
+ if o != 0:
95
+ return self._tab.Get(flatbuffers.number_types.Int64Flags, o + self._tab.Pos)
96
+ return 0
97
+
98
+ def ObjectDetailsStart(builder):
99
+ builder.StartObject(10)
100
+
101
+ def Start(builder):
102
+ ObjectDetailsStart(builder)
103
+
104
+ def ObjectDetailsAddName(builder, name):
105
+ builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(name), 0)
106
+
107
+ def AddName(builder, name):
108
+ ObjectDetailsAddName(builder, name)
109
+
110
+ def ObjectDetailsAddProperties(builder, properties):
111
+ builder.PrependUOffsetTRelativeSlot(1, flatbuffers.number_types.UOffsetTFlags.py_type(properties), 0)
112
+
113
+ def AddProperties(builder, properties):
114
+ ObjectDetailsAddProperties(builder, properties)
115
+
116
+ def ObjectDetailsAddHandle(builder, handle):
117
+ builder.PrependUOffsetTRelativeSlot(2, flatbuffers.number_types.UOffsetTFlags.py_type(handle), 0)
118
+
119
+ def AddHandle(builder, handle):
120
+ ObjectDetailsAddHandle(builder, handle)
121
+
122
+ def ObjectDetailsAddNumRows(builder, numRows):
123
+ builder.PrependUint64Slot(3, numRows, 0)
124
+
125
+ def AddNumRows(builder, numRows):
126
+ ObjectDetailsAddNumRows(builder, numRows)
127
+
128
+ def ObjectDetailsAddSizeInBytes(builder, sizeInBytes):
129
+ builder.PrependUint64Slot(4, sizeInBytes, 0)
130
+
131
+ def AddSizeInBytes(builder, sizeInBytes):
132
+ ObjectDetailsAddSizeInBytes(builder, sizeInBytes)
133
+
134
+ def ObjectDetailsAddNumPartitions(builder, numPartitions):
135
+ builder.PrependUint64Slot(5, numPartitions, 0)
136
+
137
+ def AddNumPartitions(builder, numPartitions):
138
+ ObjectDetailsAddNumPartitions(builder, numPartitions)
139
+
140
+ def ObjectDetailsAddSortingKeyEnabled(builder, sortingKeyEnabled):
141
+ builder.PrependBoolSlot(6, sortingKeyEnabled, 0)
142
+
143
+ def AddSortingKeyEnabled(builder, sortingKeyEnabled):
144
+ ObjectDetailsAddSortingKeyEnabled(builder, sortingKeyEnabled)
145
+
146
+ def ObjectDetailsAddSortingScore(builder, sortingScore):
147
+ builder.PrependInt64Slot(7, sortingScore, 0)
148
+
149
+ def AddSortingScore(builder, sortingScore):
150
+ ObjectDetailsAddSortingScore(builder, sortingScore)
151
+
152
+ def ObjectDetailsAddWriteAmplification(builder, writeAmplification):
153
+ builder.PrependInt64Slot(8, writeAmplification, 0)
154
+
155
+ def AddWriteAmplification(builder, writeAmplification):
156
+ ObjectDetailsAddWriteAmplification(builder, writeAmplification)
157
+
158
+ def ObjectDetailsAddAcummulativeRowInseritionCount(builder, acummulativeRowInseritionCount):
159
+ builder.PrependInt64Slot(9, acummulativeRowInseritionCount, 0)
160
+
161
+ def AddAcummulativeRowInseritionCount(builder, acummulativeRowInseritionCount):
162
+ ObjectDetailsAddAcummulativeRowInseritionCount(builder, acummulativeRowInseritionCount)
163
+
164
+ def ObjectDetailsEnd(builder):
165
+ return builder.EndObject()
166
+
167
+ def End(builder):
168
+ return ObjectDetailsEnd(builder)