public final class BeamTableUtils
extends java.lang.Object
BeamTable
.Constructor and Description |
---|
BeamTableUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
autoCastField(int fieldType,
java.lang.Object rawObj) |
static java.lang.String |
beamRecord2CsvLine(BeamRecord row,
CSVFormat csvFormat) |
static BeamRecord |
csvLine2BeamRecord(CSVFormat csvFormat,
java.lang.String line,
BeamRecordSqlType beamRecordSqlType) |
public static BeamRecord csvLine2BeamRecord(CSVFormat csvFormat, java.lang.String line, BeamRecordSqlType beamRecordSqlType)
public static java.lang.String beamRecord2CsvLine(BeamRecord row, CSVFormat csvFormat)
public static java.lang.Object autoCastField(int fieldType, java.lang.Object rawObj)