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

Method setType

fe/src/main/java/org/apache/impala/analysis/ColumnDef.java:171–171  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

169
170 public String getColName() { return colName_; }
171 public void setType(Type type) { type_ = type; }
172 public Type getType() { return type_; }
173 public TypeDef getTypeDef() { return typeDef_; }
174 boolean isPrimaryKey() { return isPrimaryKey_; }

Callers 15

analyzeMethod · 0.95
test01InitMethod · 0.45
initSchemaMethod · 0.45
testDbListMethod · 0.45
testDbMethod · 0.45
testTableMethod · 0.45
fetchColumStatsMethod · 0.45
testFetchErrorTableMethod · 0.45
testGetSqlConstraintsMethod · 0.45

Calls

no outgoing calls

Tested by 13

test01InitMethod · 0.36
initSchemaMethod · 0.36
testDbListMethod · 0.36
testDbMethod · 0.36
testTableMethod · 0.36
fetchColumStatsMethod · 0.36
testFetchErrorTableMethod · 0.36
testGetSqlConstraintsMethod · 0.36
buildMethod · 0.36