public static class SnowflakeResultSetSerializableV1.ChunkFileEntry extends Object
| Constructor and Description |
|---|
ChunkFileEntry(String fileURL,
int rowCount,
int compressedByteSize,
int uncompressedByteSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompressedByteSize() |
String |
getFileURL() |
int |
getRowCount() |
int |
getUncompressedByteSize() |
public ChunkFileEntry(String fileURL, int rowCount, int compressedByteSize, int uncompressedByteSize)
public String getFileURL()
public int getRowCount()
public int getCompressedByteSize()
public int getUncompressedByteSize()
Copyright © 2019. All rights reserved.