Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ add_col
Method
add_col
tests/comparison/common.py:354–356 ·
view source on GitHub ↗
(self, col)
Source
from the content-addressed store, hash-verified
352
return
result
353
354
def
add_col(self, col):
355
col.owner = self
356
self._cols.append(col)
357
358
def
is_visible(self):
359
''
&
#x27;If False is returned, columns from this TableExpr may only be used in JOIN
Callers
7
create_join_predicate
Method · 0.45
__deepcopy__
Method · 0.45
create_table_from_describe
Method · 0.45
FakeTable
Function · 0.45
test_use_nested_width_subquery
Function · 0.45
test_table_model
Method · 0.45
test_hive_create_equality_only_joins
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
3
test_use_nested_width_subquery
Function · 0.36
test_table_model
Method · 0.36
test_hive_create_equality_only_joins
Function · 0.36