public class TableFacade extends ObjectFacade
| Modifier and Type | Field and Description |
|---|---|
protected ResolvedTable |
resolved |
| Constructor and Description |
|---|
TableFacade(ResolvedTable resolved) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnSpec> |
columns() |
static ColumnType |
druidType(ColumnSpec col) |
com.fasterxml.jackson.databind.ObjectMapper |
jsonMapper() |
Map<String,Object> |
properties() |
TableSpec |
spec() |
booleanProperty, hasProperty, intProperty, mapProperty, property, stringListProperty, stringPropertyprotected final ResolvedTable resolved
public TableFacade(ResolvedTable resolved)
public TableSpec spec()
public Map<String,Object> properties()
properties in class ObjectFacadepublic List<ColumnSpec> columns()
public static ColumnType druidType(ColumnSpec col)
public com.fasterxml.jackson.databind.ObjectMapper jsonMapper()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.