Uses of Enum
org.apache.drill.exec.client.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
Modifier and TypeMethodDescriptionstatic QuerySubmitter.Format
Returns 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.ModifierConstructorDescriptionLoggingResultsListener
(DrillConfig config, QuerySubmitter.Format format, int columnWidth)