Class StrictBigIntValueListener

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

public class StrictBigIntValueListener extends ScalarListener
64-bit integer (BIGINT) listener with conversions only from numbers and strings.
  • Constructor Details

  • Method Details

    • onValue

      public void onValue(com.fasterxml.jackson.core.JsonToken token, TokenIterator tokenizer)
      Description copied from interface: ValueListener
      Called for a JSON scalar token.
      Specified by:
      onValue in interface ValueListener
      Overrides:
      onValue in class ScalarListener
      Parameters:
      token - the scalar token
      tokenizer - provides access to the value of the token
    • setArrayNull

      protected void setArrayNull()
      Overrides:
      setArrayNull in class ScalarListener