Class JSONFormatConfig

java.lang.Object
org.apache.drill.exec.store.easy.json.JSONFormatConfig
All Implemented Interfaces:
FormatPluginConfig

public class JSONFormatConfig extends Object implements FormatPluginConfig
  • Constructor Details

  • Method Details

    • getExtensions

      public List<String> getExtensions()
    • getAllTextMode

      public Boolean getAllTextMode()
    • getReadNumbersAsDouble

      public Boolean getReadNumbersAsDouble()
    • getSkipMalformedJSONRecords

      public Boolean getSkipMalformedJSONRecords()
    • getEscapeAnyChar

      public Boolean getEscapeAnyChar()
    • getNanInf

      public Boolean getNanInf()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object