public static class LocationService.WriteInfo extends Object
| Constructor and Description |
|---|
WriteInfo(Path targetPath,
Path writePath,
Optional<Path> tempPath,
LocationHandle.WriteMode writeMode) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getTargetPath()
Target path for the partition, unpartitioned table, or the query.
|
Optional<Path> |
getTempPath()
Temporary path for temp files generated during query processing, for example, sorted table writes.
|
LocationHandle.WriteMode |
getWriteMode() |
Path |
getWritePath()
Temporary path for writing to the partition, unpartitioned table or the query.
|
public WriteInfo(Path targetPath, Path writePath, Optional<Path> tempPath, LocationHandle.WriteMode writeMode)
public Path getTargetPath()
public Path getWritePath()
It may be the same as targetPath.
public Optional<Path> getTempPath()
public LocationHandle.WriteMode getWriteMode()
Copyright © 2012–2023. All rights reserved.