Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ get_next_id
Method
get_next_id
tests/comparison/query_generator.py:77–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
self.cur_id = 0
76
77
def
get_next_id(self):
78
self.cur_id += 1
79
return
'a'
+ str(self.cur_id)
80
81
@property
82
def
current_query(self):
Callers
3
_create_from_clause
Method · 0.95
_create_where_clause
Method · 0.95
_create_having_clause
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected