public class SchemaResultFetchingSession extends ResultFetchingSession
Constructor and Description |
---|
SchemaResultFetchingSession(com.huawei.dli.sdk.common.TableSchema schema,
List<com.huawei.dli.sdk.common.Row> rows) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getFetchedRows() |
DliResultSetMetaData |
getSchema() |
long |
getTotalCount() |
Object[] |
readNextRecord() |
resolveSchema
public SchemaResultFetchingSession(com.huawei.dli.sdk.common.TableSchema schema, List<com.huawei.dli.sdk.common.Row> rows) throws DliException
DliException
public Object[] readNextRecord() throws DliException
readNextRecord
in class ResultFetchingSession
DliException
public long getTotalCount()
getTotalCount
in class ResultFetchingSession
public int getFetchedRows()
getFetchedRows
in class ResultFetchingSession
public DliResultSetMetaData getSchema()
getSchema
in class ResultFetchingSession
public void close()
close
in class ResultFetchingSession
Copyright © 2023. All rights reserved.