INPUT_RECORD - type of input record from each stagepublic final class JoinElement<INPUT_RECORD> extends Object implements Serializable
| Constructor and Description |
|---|
JoinElement(String stageName,
INPUT_RECORD inputRecord) |
| Modifier and Type | Method and Description |
|---|---|
INPUT_RECORD |
getInputRecord()
Returns input record which is part of join result
|
String |
getStageName()
Returns stage name to which input record belongs to
|
public JoinElement(String stageName, INPUT_RECORD inputRecord)
public String getStageName()
public INPUT_RECORD getInputRecord()
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.