Class ExtendedJsonOutput

java.lang.Object
org.apache.drill.exec.vector.complex.fn.BasicJsonOutput
org.apache.drill.exec.vector.complex.fn.ExtendedJsonOutput
All Implemented Interfaces:
JsonOutput

public class ExtendedJsonOutput extends BasicJsonOutput
Writes JSON Output that will wrap Binary, Date, Time, Timestamp, Integer, Decimal and Interval types with wrapping maps for better type resolution upon deserialization.