package csv
- Alphabetic
- Public
- All
Type Members
-
class
CSVFilters extends AnyRef
An instance of the class compiles filters to predicates and allows to apply the predicates to an internal row with partially initialized values converted from parsed CSV fields.
-
class
CSVHeaderChecker extends Logging
Checks that column names in a CSV header and field names in the schema are the same by taking into account case sensitivity.
- class CSVInferSchema extends Serializable
- class CSVOptions extends Logging with Serializable
- class UnivocityGenerator extends AnyRef
-
class
UnivocityParser extends Logging
Constructs a parser for a given schema that translates CSV data to an InternalRow.
Value Members
- object CSVExprUtils
- object CSVFilters