public class NebulaInputTableRowFormat extends NebulaInputFormat<com.vesoft.nebula.client.storage.data.BaseTableRow>
BaseTableRow format.
how to use:
NebulaInputTableRowFormat inputFormat = new NebulaInputTableRowFormat
(storageConnectionProvider, vertexExecutionOptions);
DataSource dataSource = env.createInput(inputFormat);
executionOptions, hasNext, LOG, metaConnectionProvider, nebulaConverter, rows, storageConnectionProvider| Constructor and Description |
|---|
NebulaInputTableRowFormat(NebulaStorageConnectionProvider storageConnectionProvider,
ExecutionOptions executionOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
open(org.apache.flink.core.io.InputSplit inputSplit) |
close, closeInputFormat, configure, createInputSplits, getInputSplitAssigner, getStatistics, nextRecord, openInputFormat, reachedEnd, setExecutionOptionspublic NebulaInputTableRowFormat(NebulaStorageConnectionProvider storageConnectionProvider, ExecutionOptions executionOptions)
public void open(org.apache.flink.core.io.InputSplit inputSplit)
throws IOException
open in interface org.apache.flink.api.common.io.InputFormat<com.vesoft.nebula.client.storage.data.BaseTableRow,org.apache.flink.core.io.InputSplit>open in class NebulaInputFormat<com.vesoft.nebula.client.storage.data.BaseTableRow>IOExceptionCopyright © 2024. All rights reserved.