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+ # ruff: noqa: F401 F403
2+
3+ import substrait .algebra_pb2 as algebra
4+ import substrait .capabilities_pb2 as capabilities
5+ import substrait .extended_expression_pb2 as extended_expression
6+ import substrait .extensions .extensions_pb2 as extensions
7+ import substrait .function_pb2 as function
8+ import substrait .parameterized_types_pb2 as parameterized_types
9+ import substrait .plan_pb2 as plan
10+ import substrait .type_expressions_pb2 as type_expressions
11+ import substrait .type_pb2 as type
12+ from substrait .algebra_pb2 import *
13+ from substrait .capabilities_pb2 import *
14+ from substrait .extended_expression_pb2 import *
15+ from substrait .extensions .extensions_pb2 import *
16+ from substrait .function_pb2 import *
17+ from substrait .parameterized_types_pb2 import *
18+ from substrait .plan_pb2 import *
19+ from substrait .type_expressions_pb2 import *
20+ from substrait .type_pb2 import *
You can’t perform that action at this time.
0 commit comments