Class DoubleListener

java.lang.Object
org.apache.drill.exec.store.easy.json.values.ScalarListener
org.apache.drill.exec.store.easy.json.values.DoubleListener
All Implemented Interfaces:
ValueListener

public class DoubleListener extends ScalarListener
Listener for the JSON double type. Allows conversion from other types. Conversion from Boolean is the usual semantics: true = 1.0, false = 0.0. Strings are parsed using Java semantics.