| Interface | Description |
|---|---|
| ColumnBuilder |
Component that builds
Columns. |
| DocumentSourceProvider |
A provider of
DocumentSources for building schemas |
| SchemaBuilder |
Component that builds
Schema objects. |
| TableBuilder |
Component that builds
Table objects. |
| Class | Description |
|---|---|
| ColumnNameAsKeysRowConverter |
Converter that assumes that keys in the documents are represented as columns
in a table.
|
| InferentialColumnBuilder | |
| InferentialSchemaBuilder | |
| InferentialTableBuilder |
Implementation of
TableBuilder that |
| LazyDocumentSource |
A
DocumentSource that is lazy loaded. |
| MultiTableInferentialSchemaBuilder |
InferentialSchemaBuilder that produces multiple tables based on a
discriminator column - a column that contains the table name. |
| SimpleTableDefSchemaBuilder |
A
SchemaBuilder that builds a schema according to instructions in the
form of SimpleTableDef objects. |
| SingleMapColumnSchemaBuilder |
A very simple
SchemaBuilder that builds a schema consisting of 1
table with 1 column, of type Map. |
| SingleTableInferentialSchemaBuilder |
InferentialSchemaBuilder that produces a single table. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.