public interface TableBuilder
Table objects.| Modifier and Type | Method and Description |
|---|---|
MutableTable |
buildTable()
Builds the
Table |
ColumnBuilder |
getColumnBuilder(String columnName)
Gets the
ColumnBuilder of a named Column in the table. |
void |
offerSource(DocumentSource documentSource)
Offers a
DocumentSource to the TableBuilder. |
void offerSource(DocumentSource documentSource)
DocumentSource to the TableBuilder. The
TableBuilder may consume the source to build/detect a table based
on the observed documents in the source. It may also choose to ignore the
source, if the it does not need it.documentSource - ColumnBuilder getColumnBuilder(String columnName)
ColumnBuilder of a named Column in the table.columnName - MutableTable buildTable()
TableCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.