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