Uses of Interface
org.apache.drill.exec.vector.complex.fn.JsonOutput
Packages that use JsonOutput
Package
Description
-
Uses of JsonOutput in org.apache.drill.exec.physical.resultSet.util
Methods in org.apache.drill.exec.physical.resultSet.util that return JsonOutputConstructors in org.apache.drill.exec.physical.resultSet.util with parameters of type JsonOutput -
Uses of JsonOutput in org.apache.drill.exec.server.rest.stream
Methods in org.apache.drill.exec.server.rest.stream with parameters of type JsonOutput -
Uses of JsonOutput in org.apache.drill.exec.store
Fields in org.apache.drill.exec.store declared as JsonOutputModifier and TypeFieldDescriptionprotected JsonOutput
JSONBaseStatisticsRecordWriter.gen
protected JsonOutput
JSONOutputRecordWriter.gen
-
Uses of JsonOutput in org.apache.drill.exec.vector.complex.fn
Classes in org.apache.drill.exec.vector.complex.fn that implement JsonOutputModifier and TypeClassDescriptionclass
A JSON output class that generates standard JSON.class
Writes JSON Output that will wrap Binary, Date, Time, Timestamp, Integer, Decimal and Interval types with wrapping maps for better type resolution upon deserialization.Constructors in org.apache.drill.exec.vector.complex.fn with parameters of type JsonOutput