public interface DatasetFactory extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
Dataset |
finish()
Create a Dataset with auto-inferred schema.
|
Dataset |
finish(Schema schema)
Create a Dataset with predefined schema.
|
Schema |
inspect()
Get unified schema for the resulting Dataset.
|
closeSchema inspect()
Dataset finish()
inspect() manually.Copyright © 2023 The Apache Software Foundation. All rights reserved.