Uses of Enum
org.apache.drill.exec.client.QuerySubmitter.Format
Packages that use QuerySubmitter.Format
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of QuerySubmitter.Format in org.apache.drill.exec.client
Methods in org.apache.drill.exec.client that return QuerySubmitter.FormatModifier and TypeMethodDescriptionstatic QuerySubmitter.FormatReturns the enum constant of this type with the specified name.static QuerySubmitter.Format[]QuerySubmitter.Format.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.client with parameters of type QuerySubmitter.FormatModifierConstructorDescriptionLoggingResultsListener(DrillConfig config, QuerySubmitter.Format format, int columnWidth)