Uses of Enum
org.apache.drill.exec.physical.resultSet.project.RequestedTuple.TupleProjectionType
Packages that use RequestedTuple.TupleProjectionType
-
Uses of RequestedTuple.TupleProjectionType in org.apache.drill.exec.physical.resultSet.project
Fields in org.apache.drill.exec.physical.resultSet.project declared as RequestedTuple.TupleProjectionTypeModifier and TypeFieldDescriptionprotected RequestedTuple.TupleProjectionTypeRequestedTupleImpl.projectionTypeMethods in org.apache.drill.exec.physical.resultSet.project that return RequestedTuple.TupleProjectionTypeModifier and TypeMethodDescriptionImpliedTupleRequest.type()RequestedTuple.type()RequestedTupleImpl.type()Tuple projection type.Returns the enum constant of this type with the specified name.static RequestedTuple.TupleProjectionType[]RequestedTuple.TupleProjectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.