| Modifier and Type | Method and Description |
|---|---|
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransformProcess.Builder |
TransformProcess.Builder.addConstantColumn(String newColumnName,
ColumnType newColumnType,
Writable fixedValue)
Add a new column, where all values in the column are identical and as specified.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
StringAnalysis.getColumnType() |
ColumnType |
NDArrayAnalysis.getColumnType() |
ColumnType |
LongAnalysis.getColumnType() |
ColumnType |
DoubleAnalysis.getColumnType() |
ColumnType |
BytesAnalysis.getColumnType() |
ColumnType |
CategoricalAnalysis.getColumnType() |
ColumnType |
TimeAnalysis.getColumnType() |
ColumnType |
ColumnAnalysis.getColumnType() |
ColumnType |
IntegerAnalysis.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
CategoricalMetaData.getColumnType() |
ColumnType |
NDArrayMetaData.getColumnType() |
ColumnType |
IntegerMetaData.getColumnType() |
ColumnType |
FloatMetaData.getColumnType() |
ColumnType |
StringMetaData.getColumnType() |
ColumnType |
ColumnMetaData.getColumnType()
Get the type of column
|
ColumnType |
LongMetaData.getColumnType() |
ColumnType |
DoubleMetaData.getColumnType() |
ColumnType |
TimeMetaData.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
static IAggregableReduceOp<Writable,List<Writable>> |
AggregableReductionUtils.reduceColumn(List<ReduceOp> op,
ColumnType type,
boolean ignoreInvalid,
ColumnMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
Schema.getType(int column)
Returns the
ColumnType
for the column at the specified index |
ColumnType |
Schema.getType(String columnName)
Returns the
ColumnType
for the column at the specified index |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnType> |
Schema.getColumnTypes()
A copy of the list of
ColumnType
for this schema |
| Constructor and Description |
|---|
AddConstantColumnTransform(String newColumnName,
ColumnType newColumnType,
Writable fixedValue) |
| Constructor and Description |
|---|
DerivedColumn(String columnName,
ColumnType columnType,
String format,
org.joda.time.DateTimeZone dateTimeZone,
org.joda.time.DateTimeFieldType fieldType) |
Copyright © 2017. All rights reserved.