Added Methods |
View<GenericRecord> asSchema(Schema )
|
Creates a copy of this {@code View} that projects entities to the given
Schema. |
View<T> asType(Class<T> )
|
Creates a copy of this {@code View} that reads and writes entities of the
given type class. |
Iterable<PartitionView<E>> getCoveringPartitions()
|
Returns an {@code Iterable} of non-overlapping View objects that
partition the underlying Dataset and cover this {@code View}. |
Schema getSchema()
|
Get the schema of entities contained in this {@code View}. |