@Internal public interface Materialization<T>
How a view should be physically materialized by a PipelineRunner
.
A PipelineRunner
will support some set of materializations, and will reject ViewFns
that require materializations it does not support. See Materializations
for known implementations.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUrn()
Gets the URN describing this
Materialization . |
java.lang.String getUrn()
Materialization
. This is a stable, SDK-independent URN
understood by a PipelineRunner
.