public abstract class JsonTable extends Object
Occurs within JsonMapSchema.tables.
Description of schema elements| Modifier and Type | Field and Description |
|---|---|
List<JsonColumn> |
columns
Definition of the columns of this table.
|
String |
name
Name of this table.
|
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
Required. Must be unique within the schema.
public final List<JsonColumn> columns
Required for some kinds of type,
optional for others (such as JsonView).
public JsonStream stream
public abstract void accept(ModelHandler handler)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.