Interface DatasetParser

All Known Implementing Classes:
CqlDatasetParser, JAWDatasetParser, NoopDatasetParser

public interface DatasetParser
This interface is used to parse the raw JSON from the HDF dataset into a CQL predicate.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    parserFactory(String parsername)
    Return the specified class to parse the raw JSON from the HDF dataset into a CQL predicate.
  • Method Details

    • parserFactory

      static DatasetParser parserFactory(String parsername)
      Return the specified class to parse the raw JSON from the HDF dataset into a CQL predicate.
      Parameters:
      parsername -
      Returns:
      A new instance of the specified parser class.
    • parse

      String parse(String raw)