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() |
boolean |
equals(Object obj) |
String |
getIndex() |
int |
hashCode() |
protected boolean |
impEquals(Object obj) |
boolean |
isAllTextMode() |
boolean |
isEnablePushdown() |
boolean |
isIgnoreSchemaChange() |
boolean |
isNonExistentFieldSupport() |
boolean |
isReadAllNumbersAsDouble() |
boolean |
isReadTimestampWithZoneOffset() |
public boolean allTextMode
public boolean enablePushdown
public boolean ignoreSchemaChange
public boolean readAllNumbersAsDouble
public boolean disableCountOptimization
public boolean readTimestampWithZoneOffset
public boolean nonExistentFieldSupport
public String index
public boolean equals(Object obj)
equals
in class TableFormatPluginConfig
protected boolean impEquals(Object obj)
impEquals
in class TableFormatPluginConfig
public boolean isReadAllNumbersAsDouble()
public boolean isReadTimestampWithZoneOffset()
public boolean isAllTextMode()
public boolean disableCountOptimization()
public boolean isEnablePushdown()
public boolean isNonExistentFieldSupport()
public boolean isIgnoreSchemaChange()
public String getIndex()
Copyright © 1970 The Apache Software Foundation. All rights reserved.