Class JsonWriter
java.lang.Object
org.apache.drill.exec.vector.complex.fn.JsonWriter
-
Constructor Summary
ConstructorDescriptionJsonWriter
(OutputStream out, boolean pretty, boolean useExtendedOutput) JsonWriter
(JsonOutput gen) -
Method Summary
-
Constructor Details
-
JsonWriter
- Throws:
IOException
-
JsonWriter
-
-
Method Details
-
write
public void write(FieldReader reader) throws com.fasterxml.jackson.core.JsonGenerationException, IOException - Throws:
com.fasterxml.jackson.core.JsonGenerationException
IOException
-