Modifier and Type | Method and Description |
---|---|
Schema |
TransformProcess.getFinalSchema()
Get the Schema of the output data, after executing the process
|
Schema |
ColumnOp.getInputSchema()
Getter for input schema
|
Schema |
DataAction.getSchema() |
Schema |
TransformProcess.getSchemaAfterStep(int step)
Return the schema after executing all steps up to and including the specified step.
|
Schema |
ColumnOp.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnOp.setInputSchema(Schema inputSchema)
Set the input schema.
|
Schema |
ColumnOp.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Constructor and Description |
---|
Builder(Schema initialSchema) |
TransformProcess(Schema initialSchema,
List<DataAction> actionList) |
Constructor and Description |
---|
SequenceDataAnalysis(Schema schema,
List<ColumnAnalysis> columnAnalysis,
SequenceLengthAnalysis sequenceAnalysis) |
Modifier and Type | Method and Description |
---|---|
Schema |
BooleanCondition.getInputSchema() |
Schema |
Condition.getInputSchema()
Getter for the input schema
|
Schema |
BooleanCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanCondition.setInputSchema(Schema schema) |
void |
Condition.setInputSchema(Schema schema)
Setter for the input schema
|
Schema |
BooleanCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseColumnCondition.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseColumnCondition.getInputSchema() |
Schema |
ColumnCondition.getInputSchema() |
Schema |
BaseColumnCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
ColumnCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
BaseColumnCondition.setInputSchema(Schema schema) |
void |
ColumnCondition.setInputSchema(Schema schema) |
Schema |
BaseColumnCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
ColumnCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseColumnFilter.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
FilterInvalidValues.getInputSchema() |
Schema |
InvalidNumColumns.getInputSchema() |
Schema |
Filter.getInputSchema() |
Schema |
ConditionFilter.getInputSchema() |
Schema |
FilterInvalidValues.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
InvalidNumColumns.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
ConditionFilter.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
FilterInvalidValues.setInputSchema(Schema schema) |
void |
InvalidNumColumns.setInputSchema(Schema schema) |
void |
Filter.setInputSchema(Schema schema) |
void |
ConditionFilter.setInputSchema(Schema schema) |
void |
BaseColumnFilter.setInputSchema(Schema schema) |
Schema |
FilterInvalidValues.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
InvalidNumColumns.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
ConditionFilter.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
Join.getOutputSchema() |
Modifier and Type | Method and Description |
---|---|
Join.Builder |
Join.Builder.setSchemas(Schema left,
Schema right) |
Modifier and Type | Method and Description |
---|---|
Schema |
CalculateSortedRank.getInputSchema() |
Schema |
CalculateSortedRank.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
CalculateSortedRank.setInputSchema(Schema schema) |
Schema |
CalculateSortedRank.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
Reducer.getInputSchema() |
Schema |
IReducer.getInputSchema() |
Schema |
Reducer.transform(Schema schema)
Get the output schema, given the input schema
|
Schema |
IReducer.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
void |
Reducer.setInputSchema(Schema schema) |
void |
IReducer.setInputSchema(Schema schema) |
Schema |
Reducer.transform(Schema schema)
Get the output schema, given the input schema
|
Schema |
IReducer.transform(Schema schema) |
Modifier and Type | Class and Description |
---|---|
class |
SequenceSchema
A SequenceSchema is a
Schema for sequential data. |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.Builder.build()
Create the Schema
|
static Schema |
Schema.fromJson(String json)
Create a schema from a given json string
|
static Schema |
Schema.fromYaml(String yaml)
Create a schema from the given
yaml string
|
static Schema |
Schema.infer(List<Writable> record)
Infers a schema based on the record.
|
static Schema |
Schema.inferMultiple(List<List<Writable>> record)
Infers a schema based on the record.
|
Schema |
Schema.newSchema(List<ColumnMetaData> columnMetaData)
Create a new schema based on the new metadata
|
Modifier and Type | Method and Description |
---|---|
List<ColumnMetaData> |
Schema.differences(Schema schema)
Compute the difference in
ColumnMetaData
between this schema and the passed in schema. |
boolean |
Schema.sameTypes(Schema schema)
Returns true if the given schema
has the same types at each index
|
Modifier and Type | Method and Description |
---|---|
Schema |
SequenceSplit.getInputSchema() |
Schema |
ConvertFromSequence.transform(SequenceSchema schema) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceSplit.setInputSchema(Schema inputSchema) |
void |
ConvertToSequence.setInputSchema(Schema schema) |
void |
SequenceComparator.setSchema(Schema sequenceSchema) |
SequenceSchema |
ConvertToSequence.transform(Schema schema) |
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseColumnComparator.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseColumnComparator.getInputSchema()
Getter for input schema
|
Schema |
BaseColumnComparator.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
BaseColumnComparator.setInputSchema(Schema inputSchema)
Set the input schema.
|
void |
BaseColumnComparator.setSchema(Schema sequenceSchema) |
void |
NumericalColumnComparator.setSchema(Schema sequenceSchema) |
Schema |
BaseColumnComparator.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
SplitMaxLengthSequence.getInputSchema() |
Schema |
SequenceSplitTimeSeparation.getInputSchema() |
Modifier and Type | Method and Description |
---|---|
void |
SplitMaxLengthSequence.setInputSchema(Schema inputSchema) |
void |
SequenceSplitTimeSeparation.setInputSchema(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
WindowFunction.getInputSchema() |
Schema |
ReduceSequenceByWindowTransform.getInputSchema() |
Schema |
TimeWindowFunction.getInputSchema() |
Schema |
OverlappingTimeWindowFunction.getInputSchema() |
Schema |
WindowFunction.transform(Schema inputSchema)
Get the output schema, given the input schema.
|
Schema |
ReduceSequenceByWindowTransform.transform(Schema inputSchema) |
Schema |
TimeWindowFunction.transform(Schema inputSchema) |
Schema |
OverlappingTimeWindowFunction.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
WindowFunction.setInputSchema(Schema schema) |
void |
ReduceSequenceByWindowTransform.setInputSchema(Schema inputSchema) |
void |
TimeWindowFunction.setInputSchema(Schema schema) |
void |
OverlappingTimeWindowFunction.setInputSchema(Schema schema) |
Schema |
WindowFunction.transform(Schema inputSchema)
Get the output schema, given the input schema.
|
Schema |
ReduceSequenceByWindowTransform.transform(Schema inputSchema) |
Schema |
TimeWindowFunction.transform(Schema inputSchema) |
Schema |
OverlappingTimeWindowFunction.transform(Schema inputSchema) |
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseTransform.inputSchema |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseTransform.getInputSchema() |
Schema |
BaseColumnsMathOpTransform.getInputSchema() |
Schema |
BaseColumnTransform.transform(Schema schema) |
Schema |
BaseColumnsMathOpTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
BaseTransform.setInputSchema(Schema inputSchema) |
void |
BaseColumnTransform.setInputSchema(Schema inputSchema) |
void |
BaseColumnsMathOpTransform.setInputSchema(Schema inputSchema) |
Schema |
BaseColumnTransform.transform(Schema schema) |
Schema |
BaseColumnsMathOpTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
CategoricalToOneHotTransform.transform(Schema schema) |
Schema |
CategoricalToIntegerTransform.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
void |
CategoricalToOneHotTransform.setInputSchema(Schema inputSchema) |
void |
CategoricalToIntegerTransform.setInputSchema(Schema inputSchema) |
Schema |
CategoricalToOneHotTransform.transform(Schema schema) |
Schema |
CategoricalToIntegerTransform.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
Schema |
ReorderColumnsTransform.getInputSchema() |
Schema |
DuplicateColumnsTransform.getInputSchema() |
Schema |
RenameColumnsTransform.getInputSchema() |
Schema |
ReorderColumnsTransform.transform(Schema inputSchema) |
Schema |
DuplicateColumnsTransform.transform(Schema inputSchema) |
Schema |
RenameColumnsTransform.transform(Schema inputSchema) |
Schema |
RemoveColumnsTransform.transform(Schema schema) |
Schema |
RemoveAllColumnsExceptForTransform.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
void |
ReorderColumnsTransform.setInputSchema(Schema inputSchema) |
void |
DuplicateColumnsTransform.setInputSchema(Schema inputSchema) |
void |
RenameColumnsTransform.setInputSchema(Schema inputSchema) |
void |
RemoveColumnsTransform.setInputSchema(Schema schema) |
void |
RemoveAllColumnsExceptForTransform.setInputSchema(Schema schema) |
Schema |
ReorderColumnsTransform.transform(Schema inputSchema) |
Schema |
DuplicateColumnsTransform.transform(Schema inputSchema) |
Schema |
RenameColumnsTransform.transform(Schema inputSchema) |
Schema |
RemoveColumnsTransform.transform(Schema schema) |
Schema |
RemoveAllColumnsExceptForTransform.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
Schema |
ConditionalCopyValueTransform.getInputSchema() |
Schema |
ConditionalReplaceValueTransform.getInputSchema() |
Schema |
ConditionalCopyValueTransform.transform(Schema inputSchema) |
Schema |
ConditionalReplaceValueTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalCopyValueTransform.setInputSchema(Schema inputSchema) |
void |
ConditionalReplaceValueTransform.setInputSchema(Schema inputSchema) |
Schema |
ConditionalCopyValueTransform.transform(Schema inputSchema) |
Schema |
ConditionalReplaceValueTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
ParseDoubleTransform.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
ParseDoubleTransform.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
SequenceDifferenceTransform.getInputSchema() |
Schema |
SequenceDifferenceTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceDifferenceTransform.setInputSchema(Schema inputSchema) |
Schema |
SequenceDifferenceTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
StringListToCategoricalSetTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
StringListToCategoricalSetTransform.setInputSchema(Schema inputSchema) |
Schema |
StringListToCategoricalSetTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
DeriveColumnsFromTimeTransform.getInputSchema() |
Schema |
DeriveColumnsFromTimeTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
DeriveColumnsFromTimeTransform.setInputSchema(Schema inputSchema) |
Schema |
DeriveColumnsFromTimeTransform.transform(Schema inputSchema) |
Copyright © 2016. All rights reserved.