|
static final Logger | HEAVYDBLOGGER = LoggerFactory.getLogger(HeavyDBSchema.class) |
|
Definition at line 38 of file HeavyDBSchema.java.
Definition at line 43 of file HeavyDBSchema.java.
References com.mapd.calcite.parser.HeavyDBSchema.metaConnect.
50 "saffron.default.charset", ConversionUtil.NATIVE_UTF16_CHARSET_NAME);
52 "saffron.default.nationalcharset", ConversionUtil.NATIVE_UTF16_CHARSET_NAME);
53 System.setProperty(
"saffron.default.collation.name",
54 ConversionUtil.NATIVE_UTF16_CHARSET_NAME +
"$en_US");
55 metaConnect =
new MetaConnect(dbPort, dataDir, dbUser, dbParser, skT, db);
final MetaConnect metaConnect
Expression com.mapd.calcite.parser.HeavyDBSchema.getExpression |
( |
SchemaPlus |
sp, |
|
|
String |
string |
|
) |
| |
|
inline |
Definition at line 94 of file HeavyDBSchema.java.
95 throw new UnsupportedOperationException(
"Not supported yet.");
Set<String> com.mapd.calcite.parser.HeavyDBSchema.getFunctionNames |
( |
| ) |
|
|
inline |
Definition at line 77 of file HeavyDBSchema.java.
78 Set<String> functionSet =
new HashSet<String>();
Collection<Function> com.mapd.calcite.parser.HeavyDBSchema.getFunctions |
( |
String |
string | ) |
|
|
inline |
Definition at line 71 of file HeavyDBSchema.java.
72 Collection<Function> functionCollection =
new HashSet<Function>();
73 return functionCollection;
Schema com.mapd.calcite.parser.HeavyDBSchema.getSubSchema |
( |
String |
string | ) |
|
|
inline |
Set<String> com.mapd.calcite.parser.HeavyDBSchema.getSubSchemaNames |
( |
| ) |
|
|
inline |
Table com.mapd.calcite.parser.HeavyDBSchema.getTable |
( |
String |
string | ) |
|
|
inline |
Set<String> com.mapd.calcite.parser.HeavyDBSchema.getTableNames |
( |
| ) |
|
|
inline |
Definition at line 65 of file HeavyDBSchema.java.
66 Set<String> tableSet = metaConnect.getTables();
RelProtoDataType com.mapd.calcite.parser.HeavyDBSchema.getType |
( |
String |
arg0 | ) |
|
|
inline |
Definition at line 113 of file HeavyDBSchema.java.
114 throw new UnsupportedOperationException(
"Not supported yet.");
Set<String> com.mapd.calcite.parser.HeavyDBSchema.getTypeNames |
( |
| ) |
|
|
inline |
Definition at line 118 of file HeavyDBSchema.java.
119 throw new UnsupportedOperationException(
"Not supported yet.");
boolean com.mapd.calcite.parser.HeavyDBSchema.isMutable |
( |
| ) |
|
|
inline |
Definition at line 99 of file HeavyDBSchema.java.
100 throw new UnsupportedOperationException(
"Not supported yet.");
Schema com.mapd.calcite.parser.HeavyDBSchema.snapshot |
( |
SchemaVersion |
sv | ) |
|
|
inline |
Definition at line 108 of file HeavyDBSchema.java.
109 throw new UnsupportedOperationException(
"Not supported yet.");
void com.mapd.calcite.parser.HeavyDBSchema.updateMetaData |
( |
String |
schema, |
|
|
String |
table |
|
) |
| |
|
inlinepackage |
final Logger com.mapd.calcite.parser.HeavyDBSchema.HEAVYDBLOGGER = LoggerFactory.getLogger(HeavyDBSchema.class) |
|
staticpackage |
final MetaConnect com.mapd.calcite.parser.HeavyDBSchema.metaConnect |
|
private |
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/java/calcite/src/main/java/com/mapd/calcite/parser/HeavyDBSchema.java