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.
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/PKG-INFO +1 -1
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/README.md +36 -47
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/setup.py +1 -2
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb/api.py +38 -288
- vastdb-0.0.5.3/vastdb/bench_scan.py +45 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/PKG-INFO +1 -1
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/SOURCES.txt +1 -15
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/requires.txt +0 -1
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/top_level.txt +0 -1
- vastdb-0.0.5.1/vast_protobuf/substrait/__init__.py +0 -0
- vastdb-0.0.5.1/vast_protobuf/substrait/algebra_pb2.py +0 -1344
- vastdb-0.0.5.1/vast_protobuf/substrait/capabilities_pb2.py +0 -46
- vastdb-0.0.5.1/vast_protobuf/substrait/ddl_pb2.py +0 -57
- vastdb-0.0.5.1/vast_protobuf/substrait/extended_expression_pb2.py +0 -49
- vastdb-0.0.5.1/vast_protobuf/substrait/extensions/__init__.py +0 -0
- vastdb-0.0.5.1/vast_protobuf/substrait/extensions/extensions_pb2.py +0 -89
- vastdb-0.0.5.1/vast_protobuf/substrait/function_pb2.py +0 -168
- vastdb-0.0.5.1/vast_protobuf/substrait/parameterized_types_pb2.py +0 -181
- vastdb-0.0.5.1/vast_protobuf/substrait/plan_pb2.py +0 -67
- vastdb-0.0.5.1/vast_protobuf/substrait/type_expressions_pb2.py +0 -198
- vastdb-0.0.5.1/vast_protobuf/substrait/type_pb2.py +0 -350
- vastdb-0.0.5.1/vast_protobuf/tabular/__init__.py +0 -0
- vastdb-0.0.5.1/vast_protobuf/tabular/rpc_pb2.py +0 -344
- vastdb-0.0.5.1/vastdb/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/LICENSE +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/setup.cfg +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Aggregate.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySlice.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ArraySubscript.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BinaryLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/BooleanLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Bound.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Call.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CaseFragment.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Cast.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConcreteBoundImpl.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ConditionalCase.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/CurrentRow.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DateLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DecimalLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Deref.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/DurationLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Expression.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ExpressionImpl.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldIndex.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FieldRef.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Filter.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/FixedSizeBinaryLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float16Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float32Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Float64Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Following.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Frame.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Grouping.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int16Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int32Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int64Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Int8Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralDaysMilliseconds.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralImpl.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/IntervalLiteralMonths.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Join.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/JoinKind.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/KeyValue.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Limit.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/ListLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralColumn.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralImpl.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/LiteralRelation.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapKey.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/MapLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/OrderBy.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Ordering.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Plan.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Preceding.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Project.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelId.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Relation.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/RelationImpl.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOpKind.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SetOperation.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SimpleCase.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/SortKey.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Source.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StringLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructField.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/StructLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimeLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/TimestampLiteral.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt16Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt32Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt64Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/UInt8Literal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/Unbounded.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/WindowCall.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/computeir/flatbuf/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Binary.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Block.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompression.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/BodyCompressionMethod.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Bool.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Buffer.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/CompressionType.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Date.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/DateUnit.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Decimal.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryBatch.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryEncoding.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/DictionaryKind.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Duration.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Endianness.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Feature.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Field.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/FieldNode.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeBinary.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/FixedSizeList.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/FloatingPoint.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Footer.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Int.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Interval.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/IntervalUnit.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/KeyValue.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/LargeBinary.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/LargeList.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/LargeUtf8.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/List.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Map.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Message.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/MessageHeader.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/MetadataVersion.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Null.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Precision.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/RecordBatch.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Schema.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixCompressedAxis.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseMatrixIndexCSX.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensor.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndex.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCOO.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/SparseTensorIndexCSF.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Struct_.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Tensor.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/TensorDim.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Time.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/TimeUnit.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Timestamp.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Type.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Union.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/UnionMode.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/Utf8.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/org/apache/arrow/flatbuf/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/AlterColumnRequest.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/AlterProjectionTableRequest.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/AlterSchemaRequest.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/AlterTableRequest.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/Column.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ColumnType.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/CreateProjectionRequest.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/CreateSchemaRequest.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/GetProjectionTableStatsResponse.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/GetTableStatsResponse.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ImportDataRequest.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ListProjectionsResponse.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ListSchemasResponse.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ListTablesResponse.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/ObjectDetails.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/S3File.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vast_flatbuf/tabular/__init__.py +0 -0
- {vastdb-0.0.5.1/vast_protobuf → vastdb-0.0.5.3/vastdb}/__init__.py +0 -0
- {vastdb-0.0.5.1 → vastdb-0.0.5.3}/vastdb.egg-info/dependency_links.txt +0 -0
|
@@ -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/
|
|
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/
|
|
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
|
|
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/
|
|
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,
|
|
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,
|
|
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,
|
|
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
|
-
|
|
676
|
-
|
|
677
|
-
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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/
|
|
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,
|
|
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
|
-
|
|
912
|
-
|
|
913
|
-
|
|
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/
|
|
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
|
-
|
|
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'
|
|
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.
|
|
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',
|