@PublicEvolving public class CsvBatchTableSourceFactory extends CsvTableSourceFactoryBase implements BatchTableSourceFactory<Row>
CsvTableSource
in a batch environment.TableSourceFactory.Context
Constructor and Description |
---|
CsvBatchTableSourceFactory() |
Modifier and Type | Method and Description |
---|---|
BatchTableSource<Row> |
createBatchTableSource(Map<String,String> properties)
Creates and configures a
BatchTableSource using the given properties. |
createTableSource, getFieldLogicalTypes, requiredContext, supportedProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTableSource
createTableSource, createTableSource
requiredContext, supportedProperties
public BatchTableSource<Row> createBatchTableSource(Map<String,String> properties)
BatchTableSourceFactory
BatchTableSource
using the given properties.createBatchTableSource
in interface BatchTableSourceFactory<Row>
properties
- normalized properties describing a batch table source.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.