corvic-engine 0.3.0rc62__cp38-abi3-win_amd64.whl → 0.3.0rc64__cp38-abi3-win_amd64.whl

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 (35) hide show
  1. buf/validate/validate_pb2.py +415 -698
  2. buf/validate/validate_pb2.pyi +173 -362
  3. buf/validate/validate_pb2_grpc.py +1 -1
  4. buf/validate/validate_pb2_grpc.pyi +6 -10
  5. corvic/engine/_native.pyd +0 -0
  6. corvic/system/_embedder.py +31 -8
  7. corvic/system/_image_embedder.py +33 -12
  8. corvic/system/in_memory_executor.py +292 -331
  9. corvic/system_sqlite/staging.py +17 -9
  10. {corvic_engine-0.3.0rc62.dist-info → corvic_engine-0.3.0rc64.dist-info}/METADATA +1 -1
  11. {corvic_engine-0.3.0rc62.dist-info → corvic_engine-0.3.0rc64.dist-info}/RECORD +27 -35
  12. corvic_generated/feature/v1/experiment_pb2.py +2 -2
  13. corvic_generated/feature/v1/space_pb2.py +2 -2
  14. corvic_generated/feature/v2/feature_view_pb2.py +2 -2
  15. corvic_generated/feature/v2/space_pb2.py +5 -5
  16. corvic_generated/ingest/v2/pipeline_pb2.py +24 -22
  17. corvic_generated/ingest/v2/pipeline_pb2.pyi +4 -2
  18. corvic_generated/ingest/v2/resource_pb2.py +4 -4
  19. corvic_generated/ingest/v2/room_pb2.py +31 -31
  20. corvic_generated/ingest/v2/room_pb2.pyi +4 -2
  21. corvic_generated/ingest/v2/source_pb2.py +4 -4
  22. corvic_generated/ingest/v2/table_pb2.py +3 -3
  23. corvic_generated/orm/v1/agent_pb2.py +2 -2
  24. corvic_generated/orm/v1/agent_pb2.pyi +6 -0
  25. corvic_generated/orm/v1/table_pb2.py +2 -2
  26. buf/validate/expression_pb2.py +0 -37
  27. buf/validate/expression_pb2.pyi +0 -52
  28. buf/validate/expression_pb2_grpc.py +0 -4
  29. buf/validate/expression_pb2_grpc.pyi +0 -34
  30. buf/validate/priv/private_pb2.py +0 -37
  31. buf/validate/priv/private_pb2.pyi +0 -37
  32. buf/validate/priv/private_pb2_grpc.py +0 -4
  33. buf/validate/priv/private_pb2_grpc.pyi +0 -34
  34. {corvic_engine-0.3.0rc62.dist-info → corvic_engine-0.3.0rc64.dist-info}/WHEEL +0 -0
  35. {corvic_engine-0.3.0rc62.dist-info → corvic_engine-0.3.0rc64.dist-info}/licenses/LICENSE +0 -0
@@ -1,37 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: buf/validate/priv/private.proto
4
- # Protobuf Python Version: 4.25.3
5
- """Generated protocol buffer code."""
6
-
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import symbol_database as _symbol_database
10
- from google.protobuf.internal import builder as _builder
11
-
12
- # @@protoc_insertion_point(imports)
13
-
14
- _sym_db = _symbol_database.Default()
15
-
16
-
17
- from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
18
-
19
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
20
- b'\n\x1f\x62uf/validate/priv/private.proto\x12\x11\x62uf.validate.priv\x1a google/protobuf/descriptor.proto"C\n\x10\x46ieldConstraints\x12/\n\x03\x63\x65l\x18\x01 \x03(\x0b\x32\x1d.buf.validate.priv.ConstraintR\x03\x63\x65l"V\n\nConstraint\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12\x1e\n\nexpression\x18\x03 \x01(\tR\nexpression:\\\n\x05\x66ield\x12\x1d.google.protobuf.FieldOptions\x18\x88\t \x01(\x0b\x32#.buf.validate.priv.FieldConstraintsR\x05\x66ield\x88\x01\x01\x42w\n\x17\x62uild.buf.validate.privB\x0cPrivateProtoP\x01ZLbuf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go/buf/validate/privb\x06proto3'
21
- )
22
-
23
- _globals = globals()
24
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
25
- _builder.BuildTopDescriptorsAndMessages(
26
- DESCRIPTOR, "buf.validate.priv.private_pb2", _globals
27
- )
28
- if _descriptor._USE_C_DESCRIPTORS == False:
29
- _globals["DESCRIPTOR"]._options = None
30
- _globals[
31
- "DESCRIPTOR"
32
- ]._serialized_options = b"\n\027build.buf.validate.privB\014PrivateProtoP\001ZLbuf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go/buf/validate/priv"
33
- _globals["_FIELDCONSTRAINTS"]._serialized_start = 88
34
- _globals["_FIELDCONSTRAINTS"]._serialized_end = 155
35
- _globals["_CONSTRAINT"]._serialized_start = 157
36
- _globals["_CONSTRAINT"]._serialized_end = 243
37
- # @@protoc_insertion_point(module_scope)
@@ -1,37 +0,0 @@
1
- from typing import ClassVar as _ClassVar
2
- from typing import Iterable as _Iterable
3
- from typing import Mapping as _Mapping
4
- from typing import Optional as _Optional
5
- from typing import Union as _Union
6
-
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pb2 as _descriptor_pb2
9
- from google.protobuf import message as _message
10
- from google.protobuf.internal import containers as _containers
11
-
12
- DESCRIPTOR: _descriptor.FileDescriptor
13
- FIELD_FIELD_NUMBER: _ClassVar[int]
14
- field: _descriptor.FieldDescriptor
15
-
16
- class FieldConstraints(_message.Message):
17
- __slots__ = ("cel",)
18
- CEL_FIELD_NUMBER: _ClassVar[int]
19
- cel: _containers.RepeatedCompositeFieldContainer[Constraint]
20
- def __init__(
21
- self, cel: _Optional[_Iterable[_Union[Constraint, _Mapping]]] = ...
22
- ) -> None: ...
23
-
24
- class Constraint(_message.Message):
25
- __slots__ = ("id", "message", "expression")
26
- ID_FIELD_NUMBER: _ClassVar[int]
27
- MESSAGE_FIELD_NUMBER: _ClassVar[int]
28
- EXPRESSION_FIELD_NUMBER: _ClassVar[int]
29
- id: str
30
- message: str
31
- expression: str
32
- def __init__(
33
- self,
34
- id: _Optional[str] = ...,
35
- message: _Optional[str] = ...,
36
- expression: _Optional[str] = ...,
37
- ) -> None: ...
@@ -1,4 +0,0 @@
1
- # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
- """Client and server classes corresponding to protobuf-defined services."""
3
-
4
- import grpc
@@ -1,34 +0,0 @@
1
- """
2
- @generated by mypy-protobuf. Do not edit manually!
3
- isort:skip_file
4
- Copyright 2023 Buf Technologies, Inc.
5
-
6
- Licensed under the Apache License, Version 2.0 (the "License");
7
- you may not use this file except in compliance with the License.
8
- You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing, software
13
- distributed under the License is distributed on an "AS IS" BASIS,
14
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- See the License for the specific language governing permissions and
16
- limitations under the License.
17
- """
18
-
19
- import abc
20
- import collections.abc
21
- import typing
22
-
23
- import grpc
24
- import grpc.aio
25
-
26
- _T = typing.TypeVar("_T")
27
-
28
- class _MaybeAsyncIterator(
29
- collections.abc.AsyncIterator[_T],
30
- collections.abc.Iterator[_T],
31
- metaclass=abc.ABCMeta,
32
- ): ...
33
- class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore
34
- ...