Class ReadOptions
java.lang.Object
org.apache.drill.exec.store.kafka.ReadOptions
Holds all system / session options that are used during data read from Kafka.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
boolean
boolean
boolean
boolean
boolean
toString()
-
Constructor Details
-
ReadOptions
-
-
Method Details
-
getMessageReader
-
getPollTimeOut
public long getPollTimeOut() -
isAllTextMode
public boolean isAllTextMode() -
isReadNumbersAsDouble
public boolean isReadNumbersAsDouble() -
isEnableUnionType
public boolean isEnableUnionType() -
isSkipInvalidRecords
public boolean isSkipInvalidRecords() -
isAllowNanInf
public boolean isAllowNanInf() -
isAllowEscapeAnyChar
public boolean isAllowEscapeAnyChar() -
toString
-