MCPcopy 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 '''If False is returned, columns from this TableExpr may only be used in JOIN

Callers 7

create_join_predicateMethod · 0.45
__deepcopy__Method · 0.45
FakeTableFunction · 0.45
test_table_modelMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by 3

test_table_modelMethod · 0.36