public class TableWithMeta extends Object implements AutoCloseable
Modifier and Type | Class and Description |
---|---|
static class |
TableWithMeta.NestedChildren |
Modifier and Type | Method and Description |
---|---|
void |
close() |
TableWithMeta.NestedChildren |
getChild(int i) |
String[] |
getColumnNames()
Get the names of the top level columns.
|
boolean |
isChildNested(int i) |
Table |
releaseTable()
Get the table out of this metadata.
|
public Table releaseTable()
public String[] getColumnNames()
public TableWithMeta.NestedChildren getChild(int i)
public boolean isChildNested(int i)
public void close()
close
in interface AutoCloseable
Copyright © 2024. All rights reserved.