public class MapRDBFormatPluginConfig extends TableFormatPluginConfig
| Modifier and Type | Field and Description |
|---|---|
boolean |
allTextMode |
boolean |
disableCountOptimization |
boolean |
enablePushdown |
boolean |
ignoreSchemaChange |
String |
index |
boolean |
nonExistentFieldSupport |
boolean |
readAllNumbersAsDouble |
boolean |
readTimestampWithZoneOffset |
| Constructor and Description |
|---|
MapRDBFormatPluginConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
disableCountOptimization() |
String |
getIndex() |
int |
hashCode() |
protected boolean |
impEquals(Object obj) |
boolean |
isAllTextMode() |
boolean |
isEnablePushdown() |
boolean |
isIgnoreSchemaChange() |
boolean |
isNonExistentFieldSupport() |
boolean |
isReadAllNumbersAsDouble() |
boolean |
isReadTimestampWithZoneOffset() |
equalspublic boolean allTextMode
public boolean enablePushdown
public boolean ignoreSchemaChange
public boolean readAllNumbersAsDouble
public boolean disableCountOptimization
public boolean readTimestampWithZoneOffset
public boolean nonExistentFieldSupport
public String index
protected boolean impEquals(Object obj)
impEquals in class TableFormatPluginConfigpublic boolean isReadAllNumbersAsDouble()
public boolean isReadTimestampWithZoneOffset()
public boolean isAllTextMode()
public boolean disableCountOptimization()
public boolean isEnablePushdown()
public boolean isNonExistentFieldSupport()
public boolean isIgnoreSchemaChange()
public String getIndex()
Copyright © 2021 The Apache Software Foundation. All rights reserved.