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

Method getColumns

fe/src/main/java/org/apache/impala/catalog/FeTable.java:113–113  ·  view source on GitHub ↗

@return the columns in this table

()

Source from the content-addressed store, hash-verified

111 * @return the columns in this table
112 */
113 List<Column> getColumns();
114
115 /**
116 * @return the virtual columns of this table

Callers 15

checkTableColsMethod · 0.95
initMethod · 0.95
analyzeMethod · 0.95
execAndFetchMethod · 0.65
execAndFetchMethod · 0.65
executeTestQueryMethod · 0.65
execAndFetchMethod · 0.65
checkHBaseTableColsMethod · 0.65

Implementers 4

VirtualTablefe/src/main/java/org/apache/impala/cat
Tablefe/src/main/java/org/apache/impala/cat
CtasTargetTablefe/src/main/java/org/apache/impala/cat
LocalTablefe/src/main/java/org/apache/impala/cat

Calls

no outgoing calls

Tested by 15

checkTableColsMethod · 0.76
execAndFetchMethod · 0.52
execAndFetchMethod · 0.52
executeTestQueryMethod · 0.52
execAndFetchMethod · 0.52
checkHBaseTableColsMethod · 0.52
TestHBaseTablesMethod · 0.52