public class BatchSourceFunction extends Object implements FlatMapFunc<scala.Tuple2<Object,Object>,RecordInfo<Object>>
| Constructor and Description |
|---|
BatchSourceFunction(PluginFunctionContext pluginFunctionContext,
int numOfRecordsPreview) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RecordInfo<Object>> |
call(scala.Tuple2<Object,Object> input) |
public BatchSourceFunction(PluginFunctionContext pluginFunctionContext, int numOfRecordsPreview)
public Iterable<RecordInfo<Object>> call(scala.Tuple2<Object,Object> input) throws Exception
call in interface FlatMapFunc<scala.Tuple2<Object,Object>,RecordInfo<Object>>ExceptionCopyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.