| Modifier and Type | Class and Description |
|---|---|
static class |
HiveLayout.HiveLayoutFactory
Factory to create layout implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
HiveLayout(PartitionInfo partitionInfo,
java.util.List<ColumnStatisticsInfo> stats)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,ColumnStatisticsInfo> |
getColumnStatsData() |
PartitionInfo |
getData() |
AlluxioURI |
getLocation() |
java.lang.String |
getSpec() |
TransformPlan |
getTransformPlan(TransformContext transformContext,
TransformDefinition definition) |
java.lang.String |
getType() |
int |
hashCode() |
public static final java.lang.String TYPE
public HiveLayout(PartitionInfo partitionInfo, java.util.List<ColumnStatisticsInfo> stats)
partitionInfo - the partition infostats - column statisticspublic java.lang.String getType()
public java.lang.String getSpec()
public PartitionInfo getData()
public AlluxioURI getLocation()
getLocation in interface Layoutpublic java.util.Map<java.lang.String,ColumnStatisticsInfo> getColumnStatsData()
getColumnStatsData in interface Layoutpublic TransformPlan getTransformPlan(TransformContext transformContext, TransformDefinition definition) throws java.io.IOException
getTransformPlan in interface LayouttransformContext - the TransformContextdefinition - the transform definitionTransformPlan representing the layout transformationjava.io.IOExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2024. All Rights Reserved.