Toggle navigation
Home
org.apache.drill.exec.record.BatchSchema to org.apache.drill.exec.record.VectorAccessible
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'drill'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
batchSchema
to
batch.getSchema()
this.batchSchema.equals(batchSchema)
to
this.batchSchema.equals(batch.getSchema())
Rename Variable
batchSchema
to
batch
batchSchema
to
batch