Uses of Enum
org.apache.drill.exec.proto.UserProtos.QueryResultsMode
Packages that use UserProtos.QueryResultsMode
-
Uses of UserProtos.QueryResultsMode in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.QueryResultsModeModifier and TypeMethodDescriptionstatic UserProtos.QueryResultsModeUserProtos.QueryResultsMode.forNumber(int value) UserProtos.RunQuery.Builder.getResultsMode()optional .exec.user.QueryResultsMode results_mode = 1;UserProtos.RunQuery.getResultsMode()optional .exec.user.QueryResultsMode results_mode = 1;UserProtos.RunQueryOrBuilder.getResultsMode()optional .exec.user.QueryResultsMode results_mode = 1;static UserProtos.QueryResultsModeUserProtos.QueryResultsMode.valueOf(int value) Deprecated.static UserProtos.QueryResultsModeUserProtos.QueryResultsMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserProtos.QueryResultsModeReturns the enum constant of this type with the specified name.static UserProtos.QueryResultsMode[]UserProtos.QueryResultsMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.QueryResultsModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserProtos.QueryResultsMode> UserProtos.QueryResultsMode.internalGetValueMap()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.QueryResultsModeModifier and TypeMethodDescriptionUserProtos.RunQuery.Builder.setResultsMode(UserProtos.QueryResultsMode value) optional .exec.user.QueryResultsMode results_mode = 1;