public final class StructuredExpansion extends Object
| Constructor and Description |
|---|
StructuredExpansion(StructuredExpansionKind kind,
StructuredColumnPath elementPath,
boolean preservesNullRows) |
| Modifier and Type | Method and Description |
|---|---|
StructuredColumnPath |
getElementPath() |
StructuredExpansionKind |
getKind() |
boolean |
preservesNullRows()
Whether the expansion preserves null/empty input rows (Spark explode_outer).
|
public StructuredExpansion(StructuredExpansionKind kind, StructuredColumnPath elementPath, boolean preservesNullRows)
public StructuredExpansionKind getKind()
public StructuredColumnPath getElementPath()
public boolean preservesNullRows()