public abstract static class BaseTupleModel.BaseColumnModel extends Object implements TupleModel.ColumnModel
| Modifier and Type | Field and Description |
|---|---|
protected ColumnMetadata |
schema
Extended schema associated with a column.
|
| Constructor and Description |
|---|
BaseColumnModel(ColumnMetadata schema) |
| Modifier and Type | Method and Description |
|---|---|
TupleModel |
mapModel() |
ColumnMetadata |
schema() |
protected final ColumnMetadata schema
public BaseColumnModel(ColumnMetadata schema)
public ColumnMetadata schema()
schema in interface TupleModel.ColumnModelpublic TupleModel mapModel()
mapModel in interface TupleModel.ColumnModelCopyright © 2022 The Apache Software Foundation. All rights reserved.