public abstract class JsonTable extends Object
Description of schema elements| Modifier and Type | Field and Description |
|---|---|
List<JsonColumn> |
columns |
String |
name |
JsonStream |
stream
Information about whether the table can be streamed, and if so, whether
the history of the table is also available.
|
| Constructor and Description |
|---|
JsonTable() |
public String name
public final List<JsonColumn> columns
public JsonStream stream
public abstract void accept(ModelHandler handler)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.