@Immutable public static final class StreamPropertyDerivations.StreamProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamPropertyDerivations.StreamProperties.StreamDistribution |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StreamPropertyDerivations.StreamProperties.StreamDistribution |
getDistribution() |
List<LocalProperty<Symbol>> |
getLocalProperties() |
Optional<List<Symbol>> |
getPartitioningColumns() |
int |
hashCode() |
boolean |
isExactlyPartitionedOn(Iterable<Symbol> columns) |
boolean |
isOrdered() |
boolean |
isPartitionedOn(Iterable<Symbol> columns) |
boolean |
isSingleStream() |
String |
toString() |
StreamPropertyDerivations.StreamProperties |
translate(Function<Symbol,Optional<Symbol>> translator) |
public List<LocalProperty<Symbol>> getLocalProperties()
public boolean isSingleStream()
public StreamPropertyDerivations.StreamProperties.StreamDistribution getDistribution()
public boolean isOrdered()
public StreamPropertyDerivations.StreamProperties translate(Function<Symbol,Optional<Symbol>> translator)
Copyright © 2012–2019. All rights reserved.