vastdb 0.0.5.3__py3-none-any.whl → 0.0.5.4__py3-none-any.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.
- vastdb/api.py +16 -11
- {vastdb-0.0.5.3.dist-info → vastdb-0.0.5.4.dist-info}/METADATA +1 -1
- {vastdb-0.0.5.3.dist-info → vastdb-0.0.5.4.dist-info}/RECORD +6 -30
- {vastdb-0.0.5.3.dist-info → vastdb-0.0.5.4.dist-info}/WHEEL +1 -1
- vast_protobuf/__init__.py +0 -0
- vast_protobuf/substrait/__init__.py +0 -0
- vast_protobuf/substrait/algebra_pb2.py +0 -1344
- vast_protobuf/substrait/capabilities_pb2.py +0 -46
- vast_protobuf/substrait/ddl_pb2.py +0 -57
- vast_protobuf/substrait/extended_expression_pb2.py +0 -49
- vast_protobuf/substrait/extensions/__init__.py +0 -0
- vast_protobuf/substrait/extensions/extensions_pb2.py +0 -89
- vast_protobuf/substrait/function_pb2.py +0 -168
- vast_protobuf/substrait/parameterized_types_pb2.py +0 -181
- vast_protobuf/substrait/plan_pb2.py +0 -67
- vast_protobuf/substrait/type_expressions_pb2.py +0 -198
- vast_protobuf/substrait/type_pb2.py +0 -350
- vast_protobuf/tabular/__init__.py +0 -0
- vast_protobuf/tabular/rpc_pb2.py +0 -344
- vastdb/bench_scan.py +0 -45
- vastdb/tests/__init__.py +0 -0
- vastdb/tests/conftest.py +0 -45
- vastdb/tests/test_create_table_from_parquets.py +0 -50
- vastdb/tests/test_sanity.py +0 -63
- vastdb/tests/test_schemas.py +0 -39
- vastdb/tests/test_tables.py +0 -40
- vastdb/util.py +0 -77
- vastdb/v2.py +0 -360
- {vastdb-0.0.5.3.dist-info → vastdb-0.0.5.4.dist-info}/LICENSE +0 -0
- {vastdb-0.0.5.3.dist-info → vastdb-0.0.5.4.dist-info}/top_level.txt +0 -0
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: vast_protobuf/substrait/capabilities.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*vast_protobuf/substrait/capabilities.proto\x12\tsubstrait\"\xfb\x01\n\x0c\x43\x61pabilities\x12\x1a\n\x12substrait_versions\x18\x01 \x03(\t\x12$\n\x1c\x61\x64vanced_extension_type_urls\x18\x02 \x03(\t\x12\x42\n\x11simple_extensions\x18\x03 \x03(\x0b\x32\'.substrait.Capabilities.SimpleExtension\x1a\x65\n\x0fSimpleExtension\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x15\n\rfunction_keys\x18\x02 \x03(\t\x12\x11\n\ttype_keys\x18\x03 \x03(\t\x12\x1b\n\x13type_variation_keys\x18\x04 \x03(\tBW\n\x12io.substrait.protoP\x01Z*github.com/substrait-io/substrait-go/proto\xaa\x02\x12Substrait.Protobufb\x06proto3')
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
_CAPABILITIES = DESCRIPTOR.message_types_by_name['Capabilities']
|
|
22
|
-
_CAPABILITIES_SIMPLEEXTENSION = _CAPABILITIES.nested_types_by_name['SimpleExtension']
|
|
23
|
-
Capabilities = _reflection.GeneratedProtocolMessageType('Capabilities', (_message.Message,), {
|
|
24
|
-
|
|
25
|
-
'SimpleExtension' : _reflection.GeneratedProtocolMessageType('SimpleExtension', (_message.Message,), {
|
|
26
|
-
'DESCRIPTOR' : _CAPABILITIES_SIMPLEEXTENSION,
|
|
27
|
-
'__module__' : 'vast_protobuf.substrait.capabilities_pb2'
|
|
28
|
-
# @@protoc_insertion_point(class_scope:substrait.Capabilities.SimpleExtension)
|
|
29
|
-
})
|
|
30
|
-
,
|
|
31
|
-
'DESCRIPTOR' : _CAPABILITIES,
|
|
32
|
-
'__module__' : 'vast_protobuf.substrait.capabilities_pb2'
|
|
33
|
-
# @@protoc_insertion_point(class_scope:substrait.Capabilities)
|
|
34
|
-
})
|
|
35
|
-
_sym_db.RegisterMessage(Capabilities)
|
|
36
|
-
_sym_db.RegisterMessage(Capabilities.SimpleExtension)
|
|
37
|
-
|
|
38
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
39
|
-
|
|
40
|
-
DESCRIPTOR._options = None
|
|
41
|
-
DESCRIPTOR._serialized_options = b'\n\022io.substrait.protoP\001Z*github.com/substrait-io/substrait-go/proto\252\002\022Substrait.Protobuf'
|
|
42
|
-
_CAPABILITIES._serialized_start=58
|
|
43
|
-
_CAPABILITIES._serialized_end=309
|
|
44
|
-
_CAPABILITIES_SIMPLEEXTENSION._serialized_start=208
|
|
45
|
-
_CAPABILITIES_SIMPLEEXTENSION._serialized_end=309
|
|
46
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: vast_protobuf/substrait/ddl.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
from vast_protobuf.substrait import plan_pb2 as vast__protobuf_dot_substrait_dot_plan__pb2
|
|
16
|
-
from vast_protobuf.substrait import algebra_pb2 as vast__protobuf_dot_substrait_dot_algebra__pb2
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!vast_protobuf/substrait/ddl.proto\x12\tsubstrait\x1a\"vast_protobuf/substrait/plan.proto\x1a%vast_protobuf/substrait/algebra.proto\"C\n\x07\x44llPlan\x12,\n\x0binsert_plan\x18\x01 \x01(\x0b\x32\x15.substrait.InsertPlanH\x00\x42\n\n\x08\x64ll_type\"_\n\nInsertPlan\x12\x1e\n\x05input\x18\x01 \x01(\x0b\x32\x0f.substrait.Plan\x12\x31\n\x06output\x18\x02 \x01(\x0b\x32!.substrait.ReadRel.ExtensionTable\"+\n\x03\x44ll\x12$\n\x08\x64ll_plan\x18\x01 \x03(\x0b\x32\x12.substrait.DllPlanB+\n\x12io.substrait.protoP\x01\xaa\x02\x12Substrait.Protobufb\x06proto3')
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
_DLLPLAN = DESCRIPTOR.message_types_by_name['DllPlan']
|
|
24
|
-
_INSERTPLAN = DESCRIPTOR.message_types_by_name['InsertPlan']
|
|
25
|
-
_DLL = DESCRIPTOR.message_types_by_name['Dll']
|
|
26
|
-
DllPlan = _reflection.GeneratedProtocolMessageType('DllPlan', (_message.Message,), {
|
|
27
|
-
'DESCRIPTOR' : _DLLPLAN,
|
|
28
|
-
'__module__' : 'vast_protobuf.substrait.ddl_pb2'
|
|
29
|
-
# @@protoc_insertion_point(class_scope:substrait.DllPlan)
|
|
30
|
-
})
|
|
31
|
-
_sym_db.RegisterMessage(DllPlan)
|
|
32
|
-
|
|
33
|
-
InsertPlan = _reflection.GeneratedProtocolMessageType('InsertPlan', (_message.Message,), {
|
|
34
|
-
'DESCRIPTOR' : _INSERTPLAN,
|
|
35
|
-
'__module__' : 'vast_protobuf.substrait.ddl_pb2'
|
|
36
|
-
# @@protoc_insertion_point(class_scope:substrait.InsertPlan)
|
|
37
|
-
})
|
|
38
|
-
_sym_db.RegisterMessage(InsertPlan)
|
|
39
|
-
|
|
40
|
-
Dll = _reflection.GeneratedProtocolMessageType('Dll', (_message.Message,), {
|
|
41
|
-
'DESCRIPTOR' : _DLL,
|
|
42
|
-
'__module__' : 'vast_protobuf.substrait.ddl_pb2'
|
|
43
|
-
# @@protoc_insertion_point(class_scope:substrait.Dll)
|
|
44
|
-
})
|
|
45
|
-
_sym_db.RegisterMessage(Dll)
|
|
46
|
-
|
|
47
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
48
|
-
|
|
49
|
-
DESCRIPTOR._options = None
|
|
50
|
-
DESCRIPTOR._serialized_options = b'\n\022io.substrait.protoP\001\252\002\022Substrait.Protobuf'
|
|
51
|
-
_DLLPLAN._serialized_start=123
|
|
52
|
-
_DLLPLAN._serialized_end=190
|
|
53
|
-
_INSERTPLAN._serialized_start=192
|
|
54
|
-
_INSERTPLAN._serialized_end=287
|
|
55
|
-
_DLL._serialized_start=289
|
|
56
|
-
_DLL._serialized_end=332
|
|
57
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: vast_protobuf/substrait/extended_expression.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
from vast_protobuf.substrait import algebra_pb2 as vast__protobuf_dot_substrait_dot_algebra__pb2
|
|
16
|
-
from vast_protobuf.substrait.extensions import extensions_pb2 as vast__protobuf_dot_substrait_dot_extensions_dot_extensions__pb2
|
|
17
|
-
from vast_protobuf.substrait import plan_pb2 as vast__protobuf_dot_substrait_dot_plan__pb2
|
|
18
|
-
from vast_protobuf.substrait import type_pb2 as vast__protobuf_dot_substrait_dot_type__pb2
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1vast_protobuf/substrait/extended_expression.proto\x12\tsubstrait\x1a%vast_protobuf/substrait/algebra.proto\x1a\x33vast_protobuf/substrait/extensions/extensions.proto\x1a\"vast_protobuf/substrait/plan.proto\x1a\"vast_protobuf/substrait/type.proto\"\x96\x01\n\x13\x45xpressionReference\x12+\n\nexpression\x18\x01 \x01(\x0b\x32\x15.substrait.ExpressionH\x00\x12/\n\x07measure\x18\x02 \x01(\x0b\x32\x1c.substrait.AggregateFunctionH\x00\x12\x14\n\x0coutput_names\x18\x03 \x03(\tB\x0b\n\texpr_type\"\x87\x03\n\x12\x45xtendedExpression\x12#\n\x07version\x18\x07 \x01(\x0b\x32\x12.substrait.Version\x12@\n\x0e\x65xtension_uris\x18\x01 \x03(\x0b\x32(.substrait.extensions.SimpleExtensionURI\x12\x44\n\nextensions\x18\x02 \x03(\x0b\x32\x30.substrait.extensions.SimpleExtensionDeclaration\x12\x35\n\rreferred_expr\x18\x03 \x03(\x0b\x32\x1e.substrait.ExpressionReference\x12+\n\x0b\x62\x61se_schema\x18\x04 \x01(\x0b\x32\x16.substrait.NamedStruct\x12\x44\n\x13\x61\x64vanced_extensions\x18\x05 \x01(\x0b\x32\'.substrait.extensions.AdvancedExtension\x12\x1a\n\x12\x65xpected_type_urls\x18\x06 \x03(\tBW\n\x12io.substrait.protoP\x01Z*github.com/substrait-io/substrait-go/proto\xaa\x02\x12Substrait.Protobufb\x06proto3')
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
_EXPRESSIONREFERENCE = DESCRIPTOR.message_types_by_name['ExpressionReference']
|
|
26
|
-
_EXTENDEDEXPRESSION = DESCRIPTOR.message_types_by_name['ExtendedExpression']
|
|
27
|
-
ExpressionReference = _reflection.GeneratedProtocolMessageType('ExpressionReference', (_message.Message,), {
|
|
28
|
-
'DESCRIPTOR' : _EXPRESSIONREFERENCE,
|
|
29
|
-
'__module__' : 'vast_protobuf.substrait.extended_expression_pb2'
|
|
30
|
-
# @@protoc_insertion_point(class_scope:substrait.ExpressionReference)
|
|
31
|
-
})
|
|
32
|
-
_sym_db.RegisterMessage(ExpressionReference)
|
|
33
|
-
|
|
34
|
-
ExtendedExpression = _reflection.GeneratedProtocolMessageType('ExtendedExpression', (_message.Message,), {
|
|
35
|
-
'DESCRIPTOR' : _EXTENDEDEXPRESSION,
|
|
36
|
-
'__module__' : 'vast_protobuf.substrait.extended_expression_pb2'
|
|
37
|
-
# @@protoc_insertion_point(class_scope:substrait.ExtendedExpression)
|
|
38
|
-
})
|
|
39
|
-
_sym_db.RegisterMessage(ExtendedExpression)
|
|
40
|
-
|
|
41
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
42
|
-
|
|
43
|
-
DESCRIPTOR._options = None
|
|
44
|
-
DESCRIPTOR._serialized_options = b'\n\022io.substrait.protoP\001Z*github.com/substrait-io/substrait-go/proto\252\002\022Substrait.Protobuf'
|
|
45
|
-
_EXPRESSIONREFERENCE._serialized_start=229
|
|
46
|
-
_EXPRESSIONREFERENCE._serialized_end=379
|
|
47
|
-
_EXTENDEDEXPRESSION._serialized_start=382
|
|
48
|
-
_EXTENDEDEXPRESSION._serialized_end=773
|
|
49
|
-
# @@protoc_insertion_point(module_scope)
|
|
File without changes
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: vast_protobuf/substrait/extensions/extensions.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3vast_protobuf/substrait/extensions/extensions.proto\x12\x14substrait.extensions\x1a\x19google/protobuf/any.proto\"?\n\x12SimpleExtensionURI\x12\x1c\n\x14\x65xtension_uri_anchor\x18\x01 \x01(\r\x12\x0b\n\x03uri\x18\x02 \x01(\t\"\xef\x04\n\x1aSimpleExtensionDeclaration\x12X\n\x0e\x65xtension_type\x18\x01 \x01(\x0b\x32>.substrait.extensions.SimpleExtensionDeclaration.ExtensionTypeH\x00\x12k\n\x18\x65xtension_type_variation\x18\x02 \x01(\x0b\x32G.substrait.extensions.SimpleExtensionDeclaration.ExtensionTypeVariationH\x00\x12`\n\x12\x65xtension_function\x18\x03 \x01(\x0b\x32\x42.substrait.extensions.SimpleExtensionDeclaration.ExtensionFunctionH\x00\x1aS\n\rExtensionType\x12\x1f\n\x17\x65xtension_uri_reference\x18\x01 \x01(\r\x12\x13\n\x0btype_anchor\x18\x02 \x01(\r\x12\x0c\n\x04name\x18\x03 \x01(\t\x1a\x66\n\x16\x45xtensionTypeVariation\x12\x1f\n\x17\x65xtension_uri_reference\x18\x01 \x01(\r\x12\x1d\n\x15type_variation_anchor\x18\x02 \x01(\r\x12\x0c\n\x04name\x18\x03 \x01(\t\x1a[\n\x11\x45xtensionFunction\x12\x1f\n\x17\x65xtension_uri_reference\x18\x01 \x01(\r\x12\x17\n\x0f\x66unction_anchor\x18\x02 \x01(\r\x12\x0c\n\x04name\x18\x03 \x01(\tB\x0e\n\x0cmapping_type\"j\n\x11\x41\x64vancedExtension\x12*\n\x0coptimization\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12)\n\x0b\x65nhancement\x18\x02 \x01(\x0b\x32\x14.google.protobuf.AnyBb\n\x12io.substrait.protoP\x01Z5github.com/substrait-io/substrait-go/proto/extensions\xaa\x02\x12Substrait.Protobufb\x06proto3')
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_SIMPLEEXTENSIONURI = DESCRIPTOR.message_types_by_name['SimpleExtensionURI']
|
|
23
|
-
_SIMPLEEXTENSIONDECLARATION = DESCRIPTOR.message_types_by_name['SimpleExtensionDeclaration']
|
|
24
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONTYPE = _SIMPLEEXTENSIONDECLARATION.nested_types_by_name['ExtensionType']
|
|
25
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONTYPEVARIATION = _SIMPLEEXTENSIONDECLARATION.nested_types_by_name['ExtensionTypeVariation']
|
|
26
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONFUNCTION = _SIMPLEEXTENSIONDECLARATION.nested_types_by_name['ExtensionFunction']
|
|
27
|
-
_ADVANCEDEXTENSION = DESCRIPTOR.message_types_by_name['AdvancedExtension']
|
|
28
|
-
SimpleExtensionURI = _reflection.GeneratedProtocolMessageType('SimpleExtensionURI', (_message.Message,), {
|
|
29
|
-
'DESCRIPTOR' : _SIMPLEEXTENSIONURI,
|
|
30
|
-
'__module__' : 'vast_protobuf.substrait.extensions.extensions_pb2'
|
|
31
|
-
# @@protoc_insertion_point(class_scope:substrait.extensions.SimpleExtensionURI)
|
|
32
|
-
})
|
|
33
|
-
_sym_db.RegisterMessage(SimpleExtensionURI)
|
|
34
|
-
|
|
35
|
-
SimpleExtensionDeclaration = _reflection.GeneratedProtocolMessageType('SimpleExtensionDeclaration', (_message.Message,), {
|
|
36
|
-
|
|
37
|
-
'ExtensionType' : _reflection.GeneratedProtocolMessageType('ExtensionType', (_message.Message,), {
|
|
38
|
-
'DESCRIPTOR' : _SIMPLEEXTENSIONDECLARATION_EXTENSIONTYPE,
|
|
39
|
-
'__module__' : 'vast_protobuf.substrait.extensions.extensions_pb2'
|
|
40
|
-
# @@protoc_insertion_point(class_scope:substrait.extensions.SimpleExtensionDeclaration.ExtensionType)
|
|
41
|
-
})
|
|
42
|
-
,
|
|
43
|
-
|
|
44
|
-
'ExtensionTypeVariation' : _reflection.GeneratedProtocolMessageType('ExtensionTypeVariation', (_message.Message,), {
|
|
45
|
-
'DESCRIPTOR' : _SIMPLEEXTENSIONDECLARATION_EXTENSIONTYPEVARIATION,
|
|
46
|
-
'__module__' : 'vast_protobuf.substrait.extensions.extensions_pb2'
|
|
47
|
-
# @@protoc_insertion_point(class_scope:substrait.extensions.SimpleExtensionDeclaration.ExtensionTypeVariation)
|
|
48
|
-
})
|
|
49
|
-
,
|
|
50
|
-
|
|
51
|
-
'ExtensionFunction' : _reflection.GeneratedProtocolMessageType('ExtensionFunction', (_message.Message,), {
|
|
52
|
-
'DESCRIPTOR' : _SIMPLEEXTENSIONDECLARATION_EXTENSIONFUNCTION,
|
|
53
|
-
'__module__' : 'vast_protobuf.substrait.extensions.extensions_pb2'
|
|
54
|
-
# @@protoc_insertion_point(class_scope:substrait.extensions.SimpleExtensionDeclaration.ExtensionFunction)
|
|
55
|
-
})
|
|
56
|
-
,
|
|
57
|
-
'DESCRIPTOR' : _SIMPLEEXTENSIONDECLARATION,
|
|
58
|
-
'__module__' : 'vast_protobuf.substrait.extensions.extensions_pb2'
|
|
59
|
-
# @@protoc_insertion_point(class_scope:substrait.extensions.SimpleExtensionDeclaration)
|
|
60
|
-
})
|
|
61
|
-
_sym_db.RegisterMessage(SimpleExtensionDeclaration)
|
|
62
|
-
_sym_db.RegisterMessage(SimpleExtensionDeclaration.ExtensionType)
|
|
63
|
-
_sym_db.RegisterMessage(SimpleExtensionDeclaration.ExtensionTypeVariation)
|
|
64
|
-
_sym_db.RegisterMessage(SimpleExtensionDeclaration.ExtensionFunction)
|
|
65
|
-
|
|
66
|
-
AdvancedExtension = _reflection.GeneratedProtocolMessageType('AdvancedExtension', (_message.Message,), {
|
|
67
|
-
'DESCRIPTOR' : _ADVANCEDEXTENSION,
|
|
68
|
-
'__module__' : 'vast_protobuf.substrait.extensions.extensions_pb2'
|
|
69
|
-
# @@protoc_insertion_point(class_scope:substrait.extensions.AdvancedExtension)
|
|
70
|
-
})
|
|
71
|
-
_sym_db.RegisterMessage(AdvancedExtension)
|
|
72
|
-
|
|
73
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
74
|
-
|
|
75
|
-
DESCRIPTOR._options = None
|
|
76
|
-
DESCRIPTOR._serialized_options = b'\n\022io.substrait.protoP\001Z5github.com/substrait-io/substrait-go/proto/extensions\252\002\022Substrait.Protobuf'
|
|
77
|
-
_SIMPLEEXTENSIONURI._serialized_start=104
|
|
78
|
-
_SIMPLEEXTENSIONURI._serialized_end=167
|
|
79
|
-
_SIMPLEEXTENSIONDECLARATION._serialized_start=170
|
|
80
|
-
_SIMPLEEXTENSIONDECLARATION._serialized_end=793
|
|
81
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONTYPE._serialized_start=497
|
|
82
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONTYPE._serialized_end=580
|
|
83
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONTYPEVARIATION._serialized_start=582
|
|
84
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONTYPEVARIATION._serialized_end=684
|
|
85
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONFUNCTION._serialized_start=686
|
|
86
|
-
_SIMPLEEXTENSIONDECLARATION_EXTENSIONFUNCTION._serialized_end=777
|
|
87
|
-
_ADVANCEDEXTENSION._serialized_start=795
|
|
88
|
-
_ADVANCEDEXTENSION._serialized_end=901
|
|
89
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: vast_protobuf/substrait/function.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
from vast_protobuf.substrait import parameterized_types_pb2 as vast__protobuf_dot_substrait_dot_parameterized__types__pb2
|
|
16
|
-
from vast_protobuf.substrait import type_pb2 as vast__protobuf_dot_substrait_dot_type__pb2
|
|
17
|
-
from vast_protobuf.substrait import type_expressions_pb2 as vast__protobuf_dot_substrait_dot_type__expressions__pb2
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&vast_protobuf/substrait/function.proto\x12\tsubstrait\x1a\x31vast_protobuf/substrait/parameterized_types.proto\x1a\"vast_protobuf/substrait/type.proto\x1a.vast_protobuf/substrait/type_expressions.proto\"\xc1\x15\n\x11\x46unctionSignature\x1a\x9d\x02\n\x10\x46inalArgVariadic\x12\x10\n\x08min_args\x18\x01 \x01(\x03\x12\x10\n\x08max_args\x18\x02 \x01(\x03\x12W\n\x0b\x63onsistency\x18\x03 \x01(\x0e\x32\x42.substrait.FunctionSignature.FinalArgVariadic.ParameterConsistency\"\x8b\x01\n\x14ParameterConsistency\x12%\n!PARAMETER_CONSISTENCY_UNSPECIFIED\x10\x00\x12$\n PARAMETER_CONSISTENCY_CONSISTENT\x10\x01\x12&\n\"PARAMETER_CONSISTENCY_INCONSISTENT\x10\x02\x1a\x10\n\x0e\x46inalArgNormal\x1a\xda\x03\n\x06Scalar\x12\x38\n\targuments\x18\x02 \x03(\x0b\x32%.substrait.FunctionSignature.Argument\x12\x0c\n\x04name\x18\x03 \x03(\t\x12=\n\x0b\x64\x65scription\x18\x04 \x01(\x0b\x32(.substrait.FunctionSignature.Description\x12\x15\n\rdeterministic\x18\x07 \x01(\x08\x12\x19\n\x11session_dependent\x18\x08 \x01(\x08\x12\x34\n\x0boutput_type\x18\t \x01(\x0b\x32\x1f.substrait.DerivationExpression\x12\x41\n\x08variadic\x18\n \x01(\x0b\x32-.substrait.FunctionSignature.FinalArgVariadicH\x00\x12=\n\x06normal\x18\x0b \x01(\x0b\x32+.substrait.FunctionSignature.FinalArgNormalH\x00\x12\x44\n\x0fimplementations\x18\x0c \x03(\x0b\x32+.substrait.FunctionSignature.ImplementationB\x19\n\x17\x66inal_variable_behavior\x1a\xab\x04\n\tAggregate\x12\x38\n\targuments\x18\x02 \x03(\x0b\x32%.substrait.FunctionSignature.Argument\x12\x0c\n\x04name\x18\x03 \x01(\t\x12=\n\x0b\x64\x65scription\x18\x04 \x01(\x0b\x32(.substrait.FunctionSignature.Description\x12\x15\n\rdeterministic\x18\x07 \x01(\x08\x12\x19\n\x11session_dependent\x18\x08 \x01(\x08\x12\x34\n\x0boutput_type\x18\t \x01(\x0b\x32\x1f.substrait.DerivationExpression\x12\x41\n\x08variadic\x18\n \x01(\x0b\x32-.substrait.FunctionSignature.FinalArgVariadicH\x00\x12=\n\x06normal\x18\x0b \x01(\x0b\x32+.substrait.FunctionSignature.FinalArgNormalH\x00\x12\x0f\n\x07ordered\x18\x0e \x01(\x08\x12\x0f\n\x07max_set\x18\x0c \x01(\x04\x12*\n\x11intermediate_type\x18\r \x01(\x0b\x32\x0f.substrait.Type\x12\x44\n\x0fimplementations\x18\x0f \x03(\x0b\x32+.substrait.FunctionSignature.ImplementationB\x19\n\x17\x66inal_variable_behavior\x1a\xde\x05\n\x06Window\x12\x38\n\targuments\x18\x02 \x03(\x0b\x32%.substrait.FunctionSignature.Argument\x12\x0c\n\x04name\x18\x03 \x03(\t\x12=\n\x0b\x64\x65scription\x18\x04 \x01(\x0b\x32(.substrait.FunctionSignature.Description\x12\x15\n\rdeterministic\x18\x07 \x01(\x08\x12\x19\n\x11session_dependent\x18\x08 \x01(\x08\x12:\n\x11intermediate_type\x18\t \x01(\x0b\x32\x1f.substrait.DerivationExpression\x12\x34\n\x0boutput_type\x18\n \x01(\x0b\x32\x1f.substrait.DerivationExpression\x12\x41\n\x08variadic\x18\x10 \x01(\x0b\x32-.substrait.FunctionSignature.FinalArgVariadicH\x00\x12=\n\x06normal\x18\x11 \x01(\x0b\x32+.substrait.FunctionSignature.FinalArgNormalH\x00\x12\x0f\n\x07ordered\x18\x0b \x01(\x08\x12\x0f\n\x07max_set\x18\x0c \x01(\x04\x12\x43\n\x0bwindow_type\x18\x0e \x01(\x0e\x32..substrait.FunctionSignature.Window.WindowType\x12\x44\n\x0fimplementations\x18\x0f \x03(\x0b\x32+.substrait.FunctionSignature.Implementation\"_\n\nWindowType\x12\x1b\n\x17WINDOW_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15WINDOW_TYPE_STREAMING\x10\x01\x12\x19\n\x15WINDOW_TYPE_PARTITION\x10\x02\x42\x19\n\x17\x66inal_variable_behavior\x1a-\n\x0b\x44\x65scription\x12\x10\n\x08language\x18\x01 \x01(\t\x12\x0c\n\x04\x62ody\x18\x02 \x01(\t\x1a\xa6\x01\n\x0eImplementation\x12>\n\x04type\x18\x01 \x01(\x0e\x32\x30.substrait.FunctionSignature.Implementation.Type\x12\x0b\n\x03uri\x18\x02 \x01(\t\"G\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x15\n\x11TYPE_WEB_ASSEMBLY\x10\x01\x12\x12\n\x0eTYPE_TRINO_JAR\x10\x02\x1a\xb5\x03\n\x08\x41rgument\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x44\n\x05value\x18\x02 \x01(\x0b\x32\x33.substrait.FunctionSignature.Argument.ValueArgumentH\x00\x12\x42\n\x04type\x18\x03 \x01(\x0b\x32\x32.substrait.FunctionSignature.Argument.TypeArgumentH\x00\x12\x42\n\x04\x65num\x18\x04 \x01(\x0b\x32\x32.substrait.FunctionSignature.Argument.EnumArgumentH\x00\x1aM\n\rValueArgument\x12*\n\x04type\x18\x01 \x01(\x0b\x32\x1c.substrait.ParameterizedType\x12\x10\n\x08\x63onstant\x18\x02 \x01(\x08\x1a:\n\x0cTypeArgument\x12*\n\x04type\x18\x01 \x01(\x0b\x32\x1c.substrait.ParameterizedType\x1a\x31\n\x0c\x45numArgument\x12\x0f\n\x07options\x18\x01 \x03(\t\x12\x10\n\x08optional\x18\x02 \x01(\x08\x42\x0f\n\rargument_kindBW\n\x12io.substrait.protoP\x01Z*github.com/substrait-io/substrait-go/proto\xaa\x02\x12Substrait.Protobufb\x06proto3')
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
_FUNCTIONSIGNATURE = DESCRIPTOR.message_types_by_name['FunctionSignature']
|
|
25
|
-
_FUNCTIONSIGNATURE_FINALARGVARIADIC = _FUNCTIONSIGNATURE.nested_types_by_name['FinalArgVariadic']
|
|
26
|
-
_FUNCTIONSIGNATURE_FINALARGNORMAL = _FUNCTIONSIGNATURE.nested_types_by_name['FinalArgNormal']
|
|
27
|
-
_FUNCTIONSIGNATURE_SCALAR = _FUNCTIONSIGNATURE.nested_types_by_name['Scalar']
|
|
28
|
-
_FUNCTIONSIGNATURE_AGGREGATE = _FUNCTIONSIGNATURE.nested_types_by_name['Aggregate']
|
|
29
|
-
_FUNCTIONSIGNATURE_WINDOW = _FUNCTIONSIGNATURE.nested_types_by_name['Window']
|
|
30
|
-
_FUNCTIONSIGNATURE_DESCRIPTION = _FUNCTIONSIGNATURE.nested_types_by_name['Description']
|
|
31
|
-
_FUNCTIONSIGNATURE_IMPLEMENTATION = _FUNCTIONSIGNATURE.nested_types_by_name['Implementation']
|
|
32
|
-
_FUNCTIONSIGNATURE_ARGUMENT = _FUNCTIONSIGNATURE.nested_types_by_name['Argument']
|
|
33
|
-
_FUNCTIONSIGNATURE_ARGUMENT_VALUEARGUMENT = _FUNCTIONSIGNATURE_ARGUMENT.nested_types_by_name['ValueArgument']
|
|
34
|
-
_FUNCTIONSIGNATURE_ARGUMENT_TYPEARGUMENT = _FUNCTIONSIGNATURE_ARGUMENT.nested_types_by_name['TypeArgument']
|
|
35
|
-
_FUNCTIONSIGNATURE_ARGUMENT_ENUMARGUMENT = _FUNCTIONSIGNATURE_ARGUMENT.nested_types_by_name['EnumArgument']
|
|
36
|
-
_FUNCTIONSIGNATURE_FINALARGVARIADIC_PARAMETERCONSISTENCY = _FUNCTIONSIGNATURE_FINALARGVARIADIC.enum_types_by_name['ParameterConsistency']
|
|
37
|
-
_FUNCTIONSIGNATURE_WINDOW_WINDOWTYPE = _FUNCTIONSIGNATURE_WINDOW.enum_types_by_name['WindowType']
|
|
38
|
-
_FUNCTIONSIGNATURE_IMPLEMENTATION_TYPE = _FUNCTIONSIGNATURE_IMPLEMENTATION.enum_types_by_name['Type']
|
|
39
|
-
FunctionSignature = _reflection.GeneratedProtocolMessageType('FunctionSignature', (_message.Message,), {
|
|
40
|
-
|
|
41
|
-
'FinalArgVariadic' : _reflection.GeneratedProtocolMessageType('FinalArgVariadic', (_message.Message,), {
|
|
42
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_FINALARGVARIADIC,
|
|
43
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
44
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.FinalArgVariadic)
|
|
45
|
-
})
|
|
46
|
-
,
|
|
47
|
-
|
|
48
|
-
'FinalArgNormal' : _reflection.GeneratedProtocolMessageType('FinalArgNormal', (_message.Message,), {
|
|
49
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_FINALARGNORMAL,
|
|
50
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
51
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.FinalArgNormal)
|
|
52
|
-
})
|
|
53
|
-
,
|
|
54
|
-
|
|
55
|
-
'Scalar' : _reflection.GeneratedProtocolMessageType('Scalar', (_message.Message,), {
|
|
56
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_SCALAR,
|
|
57
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
58
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Scalar)
|
|
59
|
-
})
|
|
60
|
-
,
|
|
61
|
-
|
|
62
|
-
'Aggregate' : _reflection.GeneratedProtocolMessageType('Aggregate', (_message.Message,), {
|
|
63
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_AGGREGATE,
|
|
64
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
65
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Aggregate)
|
|
66
|
-
})
|
|
67
|
-
,
|
|
68
|
-
|
|
69
|
-
'Window' : _reflection.GeneratedProtocolMessageType('Window', (_message.Message,), {
|
|
70
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_WINDOW,
|
|
71
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
72
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Window)
|
|
73
|
-
})
|
|
74
|
-
,
|
|
75
|
-
|
|
76
|
-
'Description' : _reflection.GeneratedProtocolMessageType('Description', (_message.Message,), {
|
|
77
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_DESCRIPTION,
|
|
78
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
79
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Description)
|
|
80
|
-
})
|
|
81
|
-
,
|
|
82
|
-
|
|
83
|
-
'Implementation' : _reflection.GeneratedProtocolMessageType('Implementation', (_message.Message,), {
|
|
84
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_IMPLEMENTATION,
|
|
85
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
86
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Implementation)
|
|
87
|
-
})
|
|
88
|
-
,
|
|
89
|
-
|
|
90
|
-
'Argument' : _reflection.GeneratedProtocolMessageType('Argument', (_message.Message,), {
|
|
91
|
-
|
|
92
|
-
'ValueArgument' : _reflection.GeneratedProtocolMessageType('ValueArgument', (_message.Message,), {
|
|
93
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_ARGUMENT_VALUEARGUMENT,
|
|
94
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
95
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Argument.ValueArgument)
|
|
96
|
-
})
|
|
97
|
-
,
|
|
98
|
-
|
|
99
|
-
'TypeArgument' : _reflection.GeneratedProtocolMessageType('TypeArgument', (_message.Message,), {
|
|
100
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_ARGUMENT_TYPEARGUMENT,
|
|
101
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
102
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Argument.TypeArgument)
|
|
103
|
-
})
|
|
104
|
-
,
|
|
105
|
-
|
|
106
|
-
'EnumArgument' : _reflection.GeneratedProtocolMessageType('EnumArgument', (_message.Message,), {
|
|
107
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_ARGUMENT_ENUMARGUMENT,
|
|
108
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
109
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Argument.EnumArgument)
|
|
110
|
-
})
|
|
111
|
-
,
|
|
112
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE_ARGUMENT,
|
|
113
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
114
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature.Argument)
|
|
115
|
-
})
|
|
116
|
-
,
|
|
117
|
-
'DESCRIPTOR' : _FUNCTIONSIGNATURE,
|
|
118
|
-
'__module__' : 'vast_protobuf.substrait.function_pb2'
|
|
119
|
-
# @@protoc_insertion_point(class_scope:substrait.FunctionSignature)
|
|
120
|
-
})
|
|
121
|
-
_sym_db.RegisterMessage(FunctionSignature)
|
|
122
|
-
_sym_db.RegisterMessage(FunctionSignature.FinalArgVariadic)
|
|
123
|
-
_sym_db.RegisterMessage(FunctionSignature.FinalArgNormal)
|
|
124
|
-
_sym_db.RegisterMessage(FunctionSignature.Scalar)
|
|
125
|
-
_sym_db.RegisterMessage(FunctionSignature.Aggregate)
|
|
126
|
-
_sym_db.RegisterMessage(FunctionSignature.Window)
|
|
127
|
-
_sym_db.RegisterMessage(FunctionSignature.Description)
|
|
128
|
-
_sym_db.RegisterMessage(FunctionSignature.Implementation)
|
|
129
|
-
_sym_db.RegisterMessage(FunctionSignature.Argument)
|
|
130
|
-
_sym_db.RegisterMessage(FunctionSignature.Argument.ValueArgument)
|
|
131
|
-
_sym_db.RegisterMessage(FunctionSignature.Argument.TypeArgument)
|
|
132
|
-
_sym_db.RegisterMessage(FunctionSignature.Argument.EnumArgument)
|
|
133
|
-
|
|
134
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
135
|
-
|
|
136
|
-
DESCRIPTOR._options = None
|
|
137
|
-
DESCRIPTOR._serialized_options = b'\n\022io.substrait.protoP\001Z*github.com/substrait-io/substrait-go/proto\252\002\022Substrait.Protobuf'
|
|
138
|
-
_FUNCTIONSIGNATURE._serialized_start=189
|
|
139
|
-
_FUNCTIONSIGNATURE._serialized_end=2942
|
|
140
|
-
_FUNCTIONSIGNATURE_FINALARGVARIADIC._serialized_start=211
|
|
141
|
-
_FUNCTIONSIGNATURE_FINALARGVARIADIC._serialized_end=496
|
|
142
|
-
_FUNCTIONSIGNATURE_FINALARGVARIADIC_PARAMETERCONSISTENCY._serialized_start=357
|
|
143
|
-
_FUNCTIONSIGNATURE_FINALARGVARIADIC_PARAMETERCONSISTENCY._serialized_end=496
|
|
144
|
-
_FUNCTIONSIGNATURE_FINALARGNORMAL._serialized_start=498
|
|
145
|
-
_FUNCTIONSIGNATURE_FINALARGNORMAL._serialized_end=514
|
|
146
|
-
_FUNCTIONSIGNATURE_SCALAR._serialized_start=517
|
|
147
|
-
_FUNCTIONSIGNATURE_SCALAR._serialized_end=991
|
|
148
|
-
_FUNCTIONSIGNATURE_AGGREGATE._serialized_start=994
|
|
149
|
-
_FUNCTIONSIGNATURE_AGGREGATE._serialized_end=1549
|
|
150
|
-
_FUNCTIONSIGNATURE_WINDOW._serialized_start=1552
|
|
151
|
-
_FUNCTIONSIGNATURE_WINDOW._serialized_end=2286
|
|
152
|
-
_FUNCTIONSIGNATURE_WINDOW_WINDOWTYPE._serialized_start=2164
|
|
153
|
-
_FUNCTIONSIGNATURE_WINDOW_WINDOWTYPE._serialized_end=2259
|
|
154
|
-
_FUNCTIONSIGNATURE_DESCRIPTION._serialized_start=2288
|
|
155
|
-
_FUNCTIONSIGNATURE_DESCRIPTION._serialized_end=2333
|
|
156
|
-
_FUNCTIONSIGNATURE_IMPLEMENTATION._serialized_start=2336
|
|
157
|
-
_FUNCTIONSIGNATURE_IMPLEMENTATION._serialized_end=2502
|
|
158
|
-
_FUNCTIONSIGNATURE_IMPLEMENTATION_TYPE._serialized_start=2431
|
|
159
|
-
_FUNCTIONSIGNATURE_IMPLEMENTATION_TYPE._serialized_end=2502
|
|
160
|
-
_FUNCTIONSIGNATURE_ARGUMENT._serialized_start=2505
|
|
161
|
-
_FUNCTIONSIGNATURE_ARGUMENT._serialized_end=2942
|
|
162
|
-
_FUNCTIONSIGNATURE_ARGUMENT_VALUEARGUMENT._serialized_start=2737
|
|
163
|
-
_FUNCTIONSIGNATURE_ARGUMENT_VALUEARGUMENT._serialized_end=2814
|
|
164
|
-
_FUNCTIONSIGNATURE_ARGUMENT_TYPEARGUMENT._serialized_start=2816
|
|
165
|
-
_FUNCTIONSIGNATURE_ARGUMENT_TYPEARGUMENT._serialized_end=2874
|
|
166
|
-
_FUNCTIONSIGNATURE_ARGUMENT_ENUMARGUMENT._serialized_start=2876
|
|
167
|
-
_FUNCTIONSIGNATURE_ARGUMENT_ENUMARGUMENT._serialized_end=2925
|
|
168
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: vast_protobuf/substrait/parameterized_types.proto
|
|
4
|
-
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
-
from google.protobuf import message as _message
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
from vast_protobuf.substrait import type_pb2 as vast__protobuf_dot_substrait_dot_type__pb2
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1vast_protobuf/substrait/parameterized_types.proto\x12\tsubstrait\x1a\"vast_protobuf/substrait/type.proto\"\x8b\x19\n\x11ParameterizedType\x12\'\n\x04\x62ool\x18\x01 \x01(\x0b\x32\x17.substrait.Type.BooleanH\x00\x12 \n\x02i8\x18\x02 \x01(\x0b\x32\x12.substrait.Type.I8H\x00\x12\"\n\x03i16\x18\x03 \x01(\x0b\x32\x13.substrait.Type.I16H\x00\x12\"\n\x03i32\x18\x05 \x01(\x0b\x32\x13.substrait.Type.I32H\x00\x12\"\n\x03i64\x18\x07 \x01(\x0b\x32\x13.substrait.Type.I64H\x00\x12$\n\x04\x66p32\x18\n \x01(\x0b\x32\x14.substrait.Type.FP32H\x00\x12$\n\x04\x66p64\x18\x0b \x01(\x0b\x32\x14.substrait.Type.FP64H\x00\x12(\n\x06string\x18\x0c \x01(\x0b\x32\x16.substrait.Type.StringH\x00\x12(\n\x06\x62inary\x18\r \x01(\x0b\x32\x16.substrait.Type.BinaryH\x00\x12.\n\ttimestamp\x18\x0e \x01(\x0b\x32\x19.substrait.Type.TimestampH\x00\x12$\n\x04\x64\x61te\x18\x10 \x01(\x0b\x32\x14.substrait.Type.DateH\x00\x12$\n\x04time\x18\x11 \x01(\x0b\x32\x14.substrait.Type.TimeH\x00\x12\x35\n\rinterval_year\x18\x13 \x01(\x0b\x32\x1c.substrait.Type.IntervalYearH\x00\x12\x33\n\x0cinterval_day\x18\x14 \x01(\x0b\x32\x1b.substrait.Type.IntervalDayH\x00\x12\x33\n\x0ctimestamp_tz\x18\x1d \x01(\x0b\x32\x1b.substrait.Type.TimestampTZH\x00\x12$\n\x04uuid\x18 \x01(\x0b\x32\x14.substrait.Type.UUIDH\x00\x12I\n\nfixed_char\x18\x15 \x01(\x0b\x32\x33.substrait.ParameterizedType.ParameterizedFixedCharH\x00\x12\x44\n\x07varchar\x18\x16 \x01(\x0b\x32\x31.substrait.ParameterizedType.ParameterizedVarCharH\x00\x12M\n\x0c\x66ixed_binary\x18\x17 \x01(\x0b\x32\x35.substrait.ParameterizedType.ParameterizedFixedBinaryH\x00\x12\x44\n\x07\x64\x65\x63imal\x18\x18 \x01(\x0b\x32\x31.substrait.ParameterizedType.ParameterizedDecimalH\x00\x12\x42\n\x06struct\x18\x19 \x01(\x0b\x32\x30.substrait.ParameterizedType.ParameterizedStructH\x00\x12>\n\x04list\x18\x1b \x01(\x0b\x32..substrait.ParameterizedType.ParameterizedListH\x00\x12<\n\x03map\x18\x1c \x01(\x0b\x32-.substrait.ParameterizedType.ParameterizedMapH\x00\x12M\n\x0cuser_defined\x18\x1e \x01(\x0b\x32\x35.substrait.ParameterizedType.ParameterizedUserDefinedH\x00\x12\"\n\x14user_defined_pointer\x18\x1f \x01(\rB\x02\x18\x01H\x00\x12\x44\n\x0etype_parameter\x18! \x01(\x0b\x32*.substrait.ParameterizedType.TypeParameterH\x00\x1aK\n\rTypeParameter\x12\x0c\n\x04name\x18\x01 \x01(\t\x12,\n\x06\x62ounds\x18\x02 \x03(\x0b\x32\x1c.substrait.ParameterizedType\x1a\xb8\x01\n\x10IntegerParameter\x12\x0c\n\x04name\x18\x01 \x01(\t\x12K\n\x15range_start_inclusive\x18\x02 \x01(\x0b\x32,.substrait.ParameterizedType.NullableInteger\x12I\n\x13range_end_exclusive\x18\x03 \x01(\x0b\x32,.substrait.ParameterizedType.NullableInteger\x1a \n\x0fNullableInteger\x12\r\n\x05value\x18\x01 \x01(\x03\x1a\xa1\x01\n\x16ParameterizedFixedChar\x12:\n\x06length\x18\x01 \x01(\x0b\x32*.substrait.ParameterizedType.IntegerOption\x12\x19\n\x11variation_pointer\x18\x02 \x01(\r\x12\x30\n\x0bnullability\x18\x03 \x01(\x0e\x32\x1b.substrait.Type.Nullability\x1a\x9f\x01\n\x14ParameterizedVarChar\x12:\n\x06length\x18\x01 \x01(\x0b\x32*.substrait.ParameterizedType.IntegerOption\x12\x19\n\x11variation_pointer\x18\x02 \x01(\r\x12\x30\n\x0bnullability\x18\x03 \x01(\x0e\x32\x1b.substrait.Type.Nullability\x1a\xa3\x01\n\x18ParameterizedFixedBinary\x12:\n\x06length\x18\x01 \x01(\x0b\x32*.substrait.ParameterizedType.IntegerOption\x12\x19\n\x11variation_pointer\x18\x02 \x01(\r\x12\x30\n\x0bnullability\x18\x03 \x01(\x0e\x32\x1b.substrait.Type.Nullability\x1a\xdd\x01\n\x14ParameterizedDecimal\x12\x39\n\x05scale\x18\x01 \x01(\x0b\x32*.substrait.ParameterizedType.IntegerOption\x12=\n\tprecision\x18\x02 \x01(\x0b\x32*.substrait.ParameterizedType.IntegerOption\x12\x19\n\x11variation_pointer\x18\x03 \x01(\r\x12\x30\n\x0bnullability\x18\x04 \x01(\x0e\x32\x1b.substrait.Type.Nullability\x1a\x8f\x01\n\x13ParameterizedStruct\x12+\n\x05types\x18\x01 \x03(\x0b\x32\x1c.substrait.ParameterizedType\x12\x19\n\x11variation_pointer\x18\x02 \x01(\r\x12\x30\n\x0bnullability\x18\x03 \x01(\x0e\x32\x1b.substrait.Type.Nullability\x1ak\n\x18ParameterizedNamedStruct\x12\r\n\x05names\x18\x01 \x03(\t\x12@\n\x06struct\x18\x02 \x01(\x0b\x32\x30.substrait.ParameterizedType.ParameterizedStruct\x1a\x8c\x01\n\x11ParameterizedList\x12*\n\x04type\x18\x01 \x01(\x0b\x32\x1c.substrait.ParameterizedType\x12\x19\n\x11variation_pointer\x18\x02 \x01(\r\x12\x30\n\x0bnullability\x18\x03 \x01(\x0e\x32\x1b.substrait.Type.Nullability\x1a\xb7\x01\n\x10ParameterizedMap\x12)\n\x03key\x18\x01 \x01(\x0b\x32\x1c.substrait.ParameterizedType\x12+\n\x05value\x18\x02 \x01(\x0b\x32\x1c.substrait.ParameterizedType\x12\x19\n\x11variation_pointer\x18\x03 \x01(\r\x12\x30\n\x0bnullability\x18\x04 \x01(\x0e\x32\x1b.substrait.Type.Nullability\x1a}\n\x18ParameterizedUserDefined\x12\x14\n\x0ctype_pointer\x18\x01 \x01(\r\x12\x19\n\x11variation_pointer\x18\x02 \x01(\r\x12\x30\n\x0bnullability\x18\x03 \x01(\x0e\x32\x1b.substrait.Type.Nullability\x1av\n\rIntegerOption\x12\x11\n\x07literal\x18\x01 \x01(\x05H\x00\x12\x42\n\tparameter\x18\x02 \x01(\x0b\x32-.substrait.ParameterizedType.IntegerParameterH\x00\x42\x0e\n\x0cinteger_typeB\x06\n\x04kindBW\n\x12io.substrait.protoP\x01Z*github.com/substrait-io/substrait-go/proto\xaa\x02\x12Substrait.Protobufb\x06proto3')
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_PARAMETERIZEDTYPE = DESCRIPTOR.message_types_by_name['ParameterizedType']
|
|
23
|
-
_PARAMETERIZEDTYPE_TYPEPARAMETER = _PARAMETERIZEDTYPE.nested_types_by_name['TypeParameter']
|
|
24
|
-
_PARAMETERIZEDTYPE_INTEGERPARAMETER = _PARAMETERIZEDTYPE.nested_types_by_name['IntegerParameter']
|
|
25
|
-
_PARAMETERIZEDTYPE_NULLABLEINTEGER = _PARAMETERIZEDTYPE.nested_types_by_name['NullableInteger']
|
|
26
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDFIXEDCHAR = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedFixedChar']
|
|
27
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDVARCHAR = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedVarChar']
|
|
28
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDFIXEDBINARY = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedFixedBinary']
|
|
29
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDDECIMAL = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedDecimal']
|
|
30
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDSTRUCT = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedStruct']
|
|
31
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDNAMEDSTRUCT = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedNamedStruct']
|
|
32
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDLIST = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedList']
|
|
33
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDMAP = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedMap']
|
|
34
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDUSERDEFINED = _PARAMETERIZEDTYPE.nested_types_by_name['ParameterizedUserDefined']
|
|
35
|
-
_PARAMETERIZEDTYPE_INTEGEROPTION = _PARAMETERIZEDTYPE.nested_types_by_name['IntegerOption']
|
|
36
|
-
ParameterizedType = _reflection.GeneratedProtocolMessageType('ParameterizedType', (_message.Message,), {
|
|
37
|
-
|
|
38
|
-
'TypeParameter' : _reflection.GeneratedProtocolMessageType('TypeParameter', (_message.Message,), {
|
|
39
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_TYPEPARAMETER,
|
|
40
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
41
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.TypeParameter)
|
|
42
|
-
})
|
|
43
|
-
,
|
|
44
|
-
|
|
45
|
-
'IntegerParameter' : _reflection.GeneratedProtocolMessageType('IntegerParameter', (_message.Message,), {
|
|
46
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_INTEGERPARAMETER,
|
|
47
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
48
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.IntegerParameter)
|
|
49
|
-
})
|
|
50
|
-
,
|
|
51
|
-
|
|
52
|
-
'NullableInteger' : _reflection.GeneratedProtocolMessageType('NullableInteger', (_message.Message,), {
|
|
53
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_NULLABLEINTEGER,
|
|
54
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
55
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.NullableInteger)
|
|
56
|
-
})
|
|
57
|
-
,
|
|
58
|
-
|
|
59
|
-
'ParameterizedFixedChar' : _reflection.GeneratedProtocolMessageType('ParameterizedFixedChar', (_message.Message,), {
|
|
60
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDFIXEDCHAR,
|
|
61
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
62
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedFixedChar)
|
|
63
|
-
})
|
|
64
|
-
,
|
|
65
|
-
|
|
66
|
-
'ParameterizedVarChar' : _reflection.GeneratedProtocolMessageType('ParameterizedVarChar', (_message.Message,), {
|
|
67
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDVARCHAR,
|
|
68
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
69
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedVarChar)
|
|
70
|
-
})
|
|
71
|
-
,
|
|
72
|
-
|
|
73
|
-
'ParameterizedFixedBinary' : _reflection.GeneratedProtocolMessageType('ParameterizedFixedBinary', (_message.Message,), {
|
|
74
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDFIXEDBINARY,
|
|
75
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
76
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedFixedBinary)
|
|
77
|
-
})
|
|
78
|
-
,
|
|
79
|
-
|
|
80
|
-
'ParameterizedDecimal' : _reflection.GeneratedProtocolMessageType('ParameterizedDecimal', (_message.Message,), {
|
|
81
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDDECIMAL,
|
|
82
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
83
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedDecimal)
|
|
84
|
-
})
|
|
85
|
-
,
|
|
86
|
-
|
|
87
|
-
'ParameterizedStruct' : _reflection.GeneratedProtocolMessageType('ParameterizedStruct', (_message.Message,), {
|
|
88
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDSTRUCT,
|
|
89
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
90
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedStruct)
|
|
91
|
-
})
|
|
92
|
-
,
|
|
93
|
-
|
|
94
|
-
'ParameterizedNamedStruct' : _reflection.GeneratedProtocolMessageType('ParameterizedNamedStruct', (_message.Message,), {
|
|
95
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDNAMEDSTRUCT,
|
|
96
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
97
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedNamedStruct)
|
|
98
|
-
})
|
|
99
|
-
,
|
|
100
|
-
|
|
101
|
-
'ParameterizedList' : _reflection.GeneratedProtocolMessageType('ParameterizedList', (_message.Message,), {
|
|
102
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDLIST,
|
|
103
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
104
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedList)
|
|
105
|
-
})
|
|
106
|
-
,
|
|
107
|
-
|
|
108
|
-
'ParameterizedMap' : _reflection.GeneratedProtocolMessageType('ParameterizedMap', (_message.Message,), {
|
|
109
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDMAP,
|
|
110
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
111
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedMap)
|
|
112
|
-
})
|
|
113
|
-
,
|
|
114
|
-
|
|
115
|
-
'ParameterizedUserDefined' : _reflection.GeneratedProtocolMessageType('ParameterizedUserDefined', (_message.Message,), {
|
|
116
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_PARAMETERIZEDUSERDEFINED,
|
|
117
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
118
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.ParameterizedUserDefined)
|
|
119
|
-
})
|
|
120
|
-
,
|
|
121
|
-
|
|
122
|
-
'IntegerOption' : _reflection.GeneratedProtocolMessageType('IntegerOption', (_message.Message,), {
|
|
123
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE_INTEGEROPTION,
|
|
124
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
125
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType.IntegerOption)
|
|
126
|
-
})
|
|
127
|
-
,
|
|
128
|
-
'DESCRIPTOR' : _PARAMETERIZEDTYPE,
|
|
129
|
-
'__module__' : 'vast_protobuf.substrait.parameterized_types_pb2'
|
|
130
|
-
# @@protoc_insertion_point(class_scope:substrait.ParameterizedType)
|
|
131
|
-
})
|
|
132
|
-
_sym_db.RegisterMessage(ParameterizedType)
|
|
133
|
-
_sym_db.RegisterMessage(ParameterizedType.TypeParameter)
|
|
134
|
-
_sym_db.RegisterMessage(ParameterizedType.IntegerParameter)
|
|
135
|
-
_sym_db.RegisterMessage(ParameterizedType.NullableInteger)
|
|
136
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedFixedChar)
|
|
137
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedVarChar)
|
|
138
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedFixedBinary)
|
|
139
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedDecimal)
|
|
140
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedStruct)
|
|
141
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedNamedStruct)
|
|
142
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedList)
|
|
143
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedMap)
|
|
144
|
-
_sym_db.RegisterMessage(ParameterizedType.ParameterizedUserDefined)
|
|
145
|
-
_sym_db.RegisterMessage(ParameterizedType.IntegerOption)
|
|
146
|
-
|
|
147
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
148
|
-
|
|
149
|
-
DESCRIPTOR._options = None
|
|
150
|
-
DESCRIPTOR._serialized_options = b'\n\022io.substrait.protoP\001Z*github.com/substrait-io/substrait-go/proto\252\002\022Substrait.Protobuf'
|
|
151
|
-
_PARAMETERIZEDTYPE.fields_by_name['user_defined_pointer']._options = None
|
|
152
|
-
_PARAMETERIZEDTYPE.fields_by_name['user_defined_pointer']._serialized_options = b'\030\001'
|
|
153
|
-
_PARAMETERIZEDTYPE._serialized_start=101
|
|
154
|
-
_PARAMETERIZEDTYPE._serialized_end=3312
|
|
155
|
-
_PARAMETERIZEDTYPE_TYPEPARAMETER._serialized_start=1461
|
|
156
|
-
_PARAMETERIZEDTYPE_TYPEPARAMETER._serialized_end=1536
|
|
157
|
-
_PARAMETERIZEDTYPE_INTEGERPARAMETER._serialized_start=1539
|
|
158
|
-
_PARAMETERIZEDTYPE_INTEGERPARAMETER._serialized_end=1723
|
|
159
|
-
_PARAMETERIZEDTYPE_NULLABLEINTEGER._serialized_start=1725
|
|
160
|
-
_PARAMETERIZEDTYPE_NULLABLEINTEGER._serialized_end=1757
|
|
161
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDFIXEDCHAR._serialized_start=1760
|
|
162
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDFIXEDCHAR._serialized_end=1921
|
|
163
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDVARCHAR._serialized_start=1924
|
|
164
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDVARCHAR._serialized_end=2083
|
|
165
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDFIXEDBINARY._serialized_start=2086
|
|
166
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDFIXEDBINARY._serialized_end=2249
|
|
167
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDDECIMAL._serialized_start=2252
|
|
168
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDDECIMAL._serialized_end=2473
|
|
169
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDSTRUCT._serialized_start=2476
|
|
170
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDSTRUCT._serialized_end=2619
|
|
171
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDNAMEDSTRUCT._serialized_start=2621
|
|
172
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDNAMEDSTRUCT._serialized_end=2728
|
|
173
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDLIST._serialized_start=2731
|
|
174
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDLIST._serialized_end=2871
|
|
175
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDMAP._serialized_start=2874
|
|
176
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDMAP._serialized_end=3057
|
|
177
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDUSERDEFINED._serialized_start=3059
|
|
178
|
-
_PARAMETERIZEDTYPE_PARAMETERIZEDUSERDEFINED._serialized_end=3184
|
|
179
|
-
_PARAMETERIZEDTYPE_INTEGEROPTION._serialized_start=3186
|
|
180
|
-
_PARAMETERIZEDTYPE_INTEGEROPTION._serialized_end=3304
|
|
181
|
-
# @@protoc_insertion_point(module_scope)
|