Package io.trino.plugin.hive
Class InternalHiveSplit.InternalHiveBlock
- java.lang.Object
-
- io.trino.plugin.hive.InternalHiveSplit.InternalHiveBlock
-
- Enclosing class:
- InternalHiveSplit
public static class InternalHiveSplit.InternalHiveBlock extends Object
-
-
Constructor Summary
Constructors Constructor Description InternalHiveBlock(long start, long end, List<HostAddress> addresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HostAddress>getAddresses()longgetEnd()longgetEstimatedSizeInBytes()longgetStart()
-
-
-
Constructor Detail
-
InternalHiveBlock
public InternalHiveBlock(long start, long end, List<HostAddress> addresses)
-
-
Method Detail
-
getStart
public long getStart()
-
getEnd
public long getEnd()
-
getAddresses
public List<HostAddress> getAddresses()
-
getEstimatedSizeInBytes
public long getEstimatedSizeInBytes()
-
-