Package | Description |
---|---|
io.cdap.cdap.etl.api.relational |
Modifier and Type | Method and Description |
---|---|
boolean |
RelationalTransform.transform(RelationalTranformContext context)
This call will be done for every suitable engine until after supported tranformation is
declared or there is no more engines left.
|
default boolean |
LinearRelationalTransform.transform(RelationalTranformContext context)
Implementation of full interface that delegates to
LinearRelationalTransform.transform(RelationalTranformContext,
Relation) . |
Relation |
LinearRelationalTransform.transform(RelationalTranformContext context,
Relation input)
This call will be done for every suitable engine until after supported tranformation is
declared or there is no more engines left.
|
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.