File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33from antlr4 import CommonTokenStream , InputStream
44from substrait .type_pb2 import NamedStruct , Type
5-
6- from substrait .gen .antlr .SubstraitTypeLexer import SubstraitTypeLexer
7- from substrait .gen .antlr .SubstraitTypeParser import SubstraitTypeParser
5+ from substrait_antlr .substrait_type .SubstraitTypeLexer import SubstraitTypeLexer
6+ from substrait_antlr .substrait_type .SubstraitTypeParser import SubstraitTypeParser
87
98
109def _evaluate (x , values : dict ):
Original file line number Diff line number Diff line change 33from typing import Dict
44
55from substrait .type_pb2 import Type
6+ from substrait_antlr .substrait_type .SubstraitTypeParser import SubstraitTypeParser
67
78from substrait .derivation_expression import _evaluate
8- from substrait .gen .antlr .SubstraitTypeParser import SubstraitTypeParser
99
1010from .exceptions import UnhandledParameterizedTypeError , UnrecognizedSubstraitTypeError
1111
You can’t perform that action at this time.
0 commit comments