Package org.apache.drill.exec.store.http
Class HttpCSVOptions
java.lang.Object
org.apache.drill.exec.store.http.HttpCSVOptions
-
Method Details
-
builder
-
getDelimiter
-
getQuote
public char getQuote() -
getQuoteEscape
public char getQuoteEscape() -
getLineSeparator
-
getHeaderExtractionEnabled
-
getNumberOfRowsToSkip
public long getNumberOfRowsToSkip() -
getNumberOfRecordsToRead
public long getNumberOfRecordsToRead() -
isLineSeparatorDetectionEnabled
public boolean isLineSeparatorDetectionEnabled() -
getMaxColumns
public int getMaxColumns() -
getMaxCharsPerColumn
public int getMaxCharsPerColumn() -
isSkipEmptyLines
public boolean isSkipEmptyLines() -
isIgnoreLeadingWhitespaces
public boolean isIgnoreLeadingWhitespaces() -
isIgnoreTrailingWhitespaces
public boolean isIgnoreTrailingWhitespaces() -
getNullValue
-
equals
-
hashCode
public int hashCode() -
toString
-