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