public interface Layout
Modifier and Type | Method and Description |
---|---|
Map<String,ColumnStatisticsInfo> |
getColumnStatsData() |
com.google.protobuf.Message |
getData() |
AlluxioURI |
getLocation() |
String |
getSpec() |
TransformPlan |
getTransformPlan(TransformContext transformContext,
TransformDefinition definition) |
String |
getType() |
default Layout |
toProto() |
String getType()
String getSpec()
com.google.protobuf.Message getData()
Map<String,ColumnStatisticsInfo> getColumnStatsData()
AlluxioURI getLocation()
TransformPlan getTransformPlan(TransformContext transformContext, TransformDefinition definition) throws IOException
transformContext
- the TransformContext
definition
- the transform definitionTransformPlan
representing the layout transformationIOException
default Layout toProto()
Copyright © 2023. All Rights Reserved.