public class HCatToRow
extends java.lang.Object
HCatRecords
to Rows
.Constructor and Description |
---|
HCatToRow() |
Modifier and Type | Method and Description |
---|---|
static PTransform<PBegin,PCollection<Row>> |
fromSpec(HCatalogIO.Read readSpec)
|
public static PTransform<PBegin,PCollection<Row>> fromSpec(HCatalogIO.Read readSpec)
HCatalogIO.read()
to convert HCatRecords
to Rows
.
Eventually this should become part of the IO, e.g. HCatalogIO.readRows()
.