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

Method getColumn

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

Case-insensitive lookup. @return null if the column with 'name' is not found.

(String name)

Source from the content-addressed store, hash-verified

190 * @return null if the column with 'name' is not found.
191 */
192 Column getColumn(String name);
193
194 /**
195 * @return the type of this table (array of struct) that mirrors the columns.

Callers 15

analyzeMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
verifyTableColMethod · 0.65
testStatsMethod · 0.65
TestHBaseTablesMethod · 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 11

verifyTableColMethod · 0.52
testStatsMethod · 0.52
TestHBaseTablesMethod · 0.52
testColumnStatsMethod · 0.52
testDateColumnStatsMethod · 0.52
testBinaryColumnStatsMethod · 0.52
analyzeMethod · 0.52