File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import substrait .algebra_pb2 as algebra
2+ import substrait .capabilities_pb2 as capabilities
3+ import substrait .extended_expression_pb2 as extended_expression
4+ import substrait .extensions .extensions_pb2 as extensions
5+ import substrait .function_pb2 as function
6+ import substrait .parameterized_types_pb2 as parameterized_types
7+ import substrait .plan_pb2 as plan
8+ import substrait .type_pb2 as type
9+ import substrait .type_expressions_pb2 as type_expressions
10+
11+ from substrait .algebra_pb2 import *
12+ from substrait .capabilities_pb2 import *
13+ from substrait .extended_expression_pb2 import *
14+ from substrait .extensions .extensions_pb2 import *
15+ from substrait .function_pb2 import *
16+ from substrait .parameterized_types_pb2 import *
17+ from substrait .plan_pb2 import *
18+ from substrait .type_pb2 import *
19+ from substrait .type_expressions_pb2 import *
You can’t perform that action at this time.
0 commit comments