Modifier and Type | Method and Description |
---|---|
Schema |
TransformProcess.getFinalSchema()
Get the Schema of the output data, after executing the process
|
Schema |
Transform.getInputSchema() |
Schema |
DataAction.getSchema() |
Schema |
TransformProcess.getSchemaAfterStep(int step)
Return the schema after executing all steps up to and including the specified step.
|
Schema |
Transform.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
Transform.setInputSchema(Schema inputSchema)
Set the input schema.
|
Schema |
Transform.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() |
Modifier and Type | Method and Description |
---|---|
void |
BooleanCondition.setInputSchema(Schema schema) |
void |
Condition.setInputSchema(Schema schema) |
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseColumnCondition.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseColumnCondition.getInputSchema() |
Modifier and Type | Method and Description |
---|---|
void |
BaseColumnCondition.setInputSchema(Schema schema) |
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseColumnFilter.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
FilterInvalidValues.getInputSchema() |
Schema |
Filter.getInputSchema() |
Schema |
ConditionFilter.getInputSchema() |
Modifier and Type | Method and Description |
---|---|
void |
FilterInvalidValues.setInputSchema(Schema schema) |
void |
Filter.setInputSchema(Schema schema) |
void |
ConditionFilter.setInputSchema(Schema schema) |
void |
BaseColumnFilter.setInputSchema(Schema 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) |
static Schema |
Schema.fromYaml(String yaml) |
Schema |
Schema.newSchema(List<ColumnMetaData> columnMetaData) |
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 |
---|---|
void |
BaseColumnComparator.setSchema(Schema sequenceSchema) |
void |
NumericalColumnComparator.setSchema(Schema sequenceSchema) |
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 |
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.