public class NebulaEdgeSource extends Object
| Constructor and Description |
|---|
NebulaEdgeSource(com.vesoft.nebula.client.storage.StorageClient storageClient,
ExecutionOptions executionOptions,
List<Integer> scanParts) |
| Modifier and Type | Method and Description |
|---|---|
void |
getEdgeDataRow(int part) |
boolean |
hasNext()
if source has more data
|
com.vesoft.nebula.client.storage.data.BaseTableRow |
next()
get another Nebula Graph data
|
public NebulaEdgeSource(com.vesoft.nebula.client.storage.StorageClient storageClient,
ExecutionOptions executionOptions,
List<Integer> scanParts)
Copyright © 2024. All rights reserved.