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 TypeMethodDescriptionstatic DatasetParserparserFactory(String parsername) Return the specified class to parse the raw JSON from the HDF dataset into a CQL predicate.
-
Method Details
-
parserFactory
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
-