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

Method getColumns

java/kudu-client/src/main/java/org/apache/kudu/Schema.java:226–228  ·  view source on GitHub ↗

Get the list of columns used to create this schema @return list of columns

()

Source from the content-addressed store, hash-verified

224 * @return list of columns
225 */
226 public List<ColumnSchema> getColumns() {
227 return this.columnsByIndex;
228 }
229
230 /**
231 * Get the count of columns with variable length (BINARY/STRING) in

Callers 15

testAddObjectMethod · 0.95
testGetUnsetColumnMethod · 0.95
equalsMethod · 0.95
buildMethod · 0.95
randomizeRowMethod · 0.95
testGetLocationsMethod · 0.45

Calls

no outgoing calls

Tested by 14

testAddObjectMethod · 0.76
testGetUnsetColumnMethod · 0.76
testGetLocationsMethod · 0.36
testAddToFrozenRowMethod · 0.36