Package org.apache.drill.exec.vector
Class VectorDescriptor
java.lang.Object
org.apache.drill.exec.vector.VectorDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VectorDescriptor
create
(String name, TypeProtos.MajorType type) static VectorDescriptor
create
(TypeProtos.MajorType type) static VectorDescriptor
create
(MaterializedField field) getField()
getName()
getType()
boolean
hasName()
withType
(TypeProtos.MajorType type)
-
Constructor Details
-
VectorDescriptor
-
VectorDescriptor
-
VectorDescriptor
-
-
Method Details
-
getField
-
getType
-
getName
-
getChildren
-
hasName
public boolean hasName() -
withName
-
withType
-
create
-
create
-
create
-