Class com::mapd::parser::server::test::SqlIdentifierCapturerTest::MockSchemaΒΆ

class MockSchema : public Schema

Public Functions

Table com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getTable(String name)
Set<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getTypeNames()
RelProtoDataType com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getType(String arg0)
Set<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getTableNames()
Collection<Function> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getFunctions(String name)
Set<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getFunctionNames()
Schema com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getSubSchema(String name)
Set<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getSubSchemaNames()
Expression com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.getExpression(SchemaPlus parentSchema, String name)
boolean com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.isMutable()
Schema com.mapd.parser.server.test.SqlIdentifierCapturerTest.MockSchema.snapshot(SchemaVersion version)