@FunctionalInterface public interface RecordParserFactory
AbstractRecordParser
.
This interface provides a method to create a new RecordParser with specific configurations such as case sensitivity, table name conversion, and computed columns.
AbstractRecordParser
Modifier and Type | Method and Description |
---|---|
AbstractRecordParser |
createParser(TypeMapping typeMapping,
List<ComputedColumn> computedColumns)
Creates a new instance of
AbstractRecordParser with the specified configurations. |
AbstractRecordParser createParser(TypeMapping typeMapping, List<ComputedColumn> computedColumns)
AbstractRecordParser
with the specified configurations.typeMapping
- Data type mapping options.computedColumns
- List of computed columns to be considered by the parser.AbstractRecordParser
.Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.