|
static final Logger | MAPDLOGGER = LoggerFactory.getLogger(MapDSchema.class) |
|
- Author
- michael
Definition at line 31 of file MapDSchema.java.
Definition at line 36 of file MapDSchema.java.
References com.mapd.calcite.parser.MapDSchema.metaConnect.
42 "saffron.default.charset", ConversionUtil.NATIVE_UTF16_CHARSET_NAME);
44 "saffron.default.nationalcharset", ConversionUtil.NATIVE_UTF16_CHARSET_NAME);
45 System.setProperty(
"saffron.default.collation.name",
46 ConversionUtil.NATIVE_UTF16_CHARSET_NAME +
"$en_US");
47 metaConnect =
new MetaConnect(mapdPort, dataDir, mapdUser, mp, skT);
final MetaConnect metaConnect
Expression com.mapd.calcite.parser.MapDSchema.getExpression |
( |
SchemaPlus |
sp, |
|
|
String |
string |
|
) |
| |
|
inline |
Definition at line 86 of file MapDSchema.java.
87 throw new UnsupportedOperationException(
"Not supported yet.");
Set<String> com.mapd.calcite.parser.MapDSchema.getFunctionNames |
( |
| ) |
|
|
inline |
Definition at line 69 of file MapDSchema.java.
70 Set<String> functionSet =
new HashSet<String>();
Collection<Function> com.mapd.calcite.parser.MapDSchema.getFunctions |
( |
String |
string | ) |
|
|
inline |
Definition at line 63 of file MapDSchema.java.
64 Collection<Function> functionCollection =
new HashSet<Function>();
65 return functionCollection;
Schema com.mapd.calcite.parser.MapDSchema.getSubSchema |
( |
String |
string | ) |
|
|
inline |
Set<String> com.mapd.calcite.parser.MapDSchema.getSubSchemaNames |
( |
| ) |
|
|
inline |
Definition at line 80 of file MapDSchema.java.
81 Set<String> hs =
new HashSet<String>();
Table com.mapd.calcite.parser.MapDSchema.getTable |
( |
String |
string | ) |
|
|
inline |
Set<String> com.mapd.calcite.parser.MapDSchema.getTableNames |
( |
| ) |
|
|
inline |
Definition at line 57 of file MapDSchema.java.
58 Set<String> tableSet = metaConnect.getTables();
RelProtoDataType com.mapd.calcite.parser.MapDSchema.getType |
( |
String |
arg0 | ) |
|
|
inline |
Definition at line 105 of file MapDSchema.java.
106 throw new UnsupportedOperationException(
"Not supported yet.");
Set<String> com.mapd.calcite.parser.MapDSchema.getTypeNames |
( |
| ) |
|
|
inline |
Definition at line 110 of file MapDSchema.java.
111 throw new UnsupportedOperationException(
"Not supported yet.");
boolean com.mapd.calcite.parser.MapDSchema.isMutable |
( |
| ) |
|
|
inline |
Definition at line 91 of file MapDSchema.java.
92 throw new UnsupportedOperationException(
"Not supported yet.");
Schema com.mapd.calcite.parser.MapDSchema.snapshot |
( |
SchemaVersion |
sv | ) |
|
|
inline |
Definition at line 100 of file MapDSchema.java.
101 throw new UnsupportedOperationException(
"Not supported yet.");
void com.mapd.calcite.parser.MapDSchema.updateMetaData |
( |
String |
schema, |
|
|
String |
table |
|
) |
| |
|
inlinepackage |
Definition at line 95 of file MapDSchema.java.
96 metaConnect.updateMetaData(schema, table);
final Logger com.mapd.calcite.parser.MapDSchema.MAPDLOGGER = LoggerFactory.getLogger(MapDSchema.class) |
|
staticpackage |
final MetaConnect com.mapd.calcite.parser.MapDSchema.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/MapDSchema.java