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.ColumnModel
public TupleModel mapModel()
mapModel
in interface TupleModel.ColumnModel
Copyright © 1970 The Apache Software Foundation. All rights reserved.