public class ResolvedTable extends ObjectFacade
TableMetadata} for the operational representation| Constructor and Description |
|---|
ResolvedTable(TableDefn defn,
TableSpec spec,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
| Modifier and Type | Method and Description |
|---|---|
TableDefn |
defn() |
com.fasterxml.jackson.databind.ObjectMapper |
jsonMapper() |
ResolvedTable |
merge(TableSpec update) |
Map<String,Object> |
properties() |
TableSpec |
spec() |
void |
validate() |
ResolvedTable |
withProperties(Map<String,Object> props) |
booleanProperty, hasProperty, intProperty, mapProperty, property, stringListProperty, stringPropertypublic TableDefn defn()
public TableSpec spec()
public ResolvedTable merge(TableSpec update)
public ResolvedTable withProperties(Map<String,Object> props)
public void validate()
public Map<String,Object> properties()
properties in class ObjectFacadepublic com.fasterxml.jackson.databind.ObjectMapper jsonMapper()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.