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

Method getColLabels

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

@return the explicit column labels for this view, or null if they need to be derived entirely from the underlying query statement. The returned list has at least as many elements as the number of column labels in the query statement.

()

Source from the content-addressed store, hash-verified

41 * elements as the number of column labels in the query statement.
42 */
43 List<String> getColLabels();
44
45}

Callers 15

toSqlMethod · 0.65
createJoinConjunctMethod · 0.65
analyzeMethod · 0.65
analyzeMethod · 0.65
InlineViewRefMethod · 0.65
analyzeMethod · 0.65

Implementers 2

Viewfe/src/main/java/org/apache/impala/cat
LocalViewfe/src/main/java/org/apache/impala/cat

Calls

no outgoing calls

Tested by

no test coverage detected