MCPcopy Create free account
hub / github.com/apache/orc / getId

Method getId

java/core/src/java/org/apache/orc/OrcFile.java:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 }
205
206 public int getId() {
207 return id;
208 }
209
210 WriterVersion(WriterImplementation writer, int id) {
211 this.writer = writer;

Callers 13

printColumnsTypeMethod · 0.45
findBadColumnsMethod · 0.45
writeSchemaMethod · 0.45
appendOrcTypesMethod · 0.45
sameMasksMethod · 0.45
sameVariantsMethod · 0.45
getBaseMethod · 0.45
createAvroRecordMethod · 0.45
orcMethod · 0.45
setupMethod · 0.45
orcRowFilterMethod · 0.45
orcNoFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected