Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkTableCols
Method · 0.95
init
Method · 0.95
analyze
Method · 0.95
testMetaDataGetColumns
Method · 0.65
testMetaDataGetColumnComments
Method · 0.65
testMetaDataGetColumnsMetaData
Method · 0.65
execAndFetch
Method · 0.65
execAndFetch
Method · 0.65
executeTestQuery
Method · 0.65
execAndFetch
Method · 0.65
checkHBaseTableCols
Method · 0.65
TestMismatchedAvroAndTableSchemas
Method · 0.65
Implementers
4
VirtualTable
fe/src/main/java/org/apache/impala/cat
Table
fe/src/main/java/org/apache/impala/cat
CtasTargetTable
fe/src/main/java/org/apache/impala/cat
LocalTable
fe/src/main/java/org/apache/impala/cat
Calls
no outgoing calls
Tested by
15
checkTableCols
Method · 0.76
testMetaDataGetColumns
Method · 0.52
testMetaDataGetColumnComments
Method · 0.52
testMetaDataGetColumnsMetaData
Method · 0.52
execAndFetch
Method · 0.52
execAndFetch
Method · 0.52
executeTestQuery
Method · 0.52
execAndFetch
Method · 0.52
checkHBaseTableCols
Method · 0.52
TestMismatchedAvroAndTableSchemas
Method · 0.52
TestHBaseTables
Method · 0.52
TestHBaseTableWithBinaryEncodedCols
Method · 0.52