MCPcopy Create free account
hub / github.com/apache/impala / _create_inline_view

Method _create_inline_view

tests/comparison/query_generator.py:1150–1153  ·  view source on GitHub ↗
(self, table_exprs, required_type=None)

Source from the content-addressed store, hash-verified

1148 return deepcopy(self.profile.choose_table(table_exprs))
1149
1150 def _create_inline_view(self, table_exprs, required_type=None):
1151 return InlineView(self.generate_statement(
1152 table_exprs, required_select_item_type=required_type,
1153 allow_with_clause=self.profile.use_nested_with()))
1154
1155 def _create_join_clause(self, from_clause, table_exprs):
1156 join_type = self.profile.choose_join_type(JoinClause.JOINS_TYPES)

Callers 2

_create_table_exprMethod · 0.95
_create_join_clauseMethod · 0.95

Calls 3

generate_statementMethod · 0.95
InlineViewClass · 0.90
use_nested_withMethod · 0.45

Tested by

no test coverage detected