Class com::mapd::parser::server::test::SqlIdentifierCapturerTest

class SqlIdentifierCapturerTest

Public Functions

void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testSelect(String sql, Set< ImmutableList< String >> expectedSelects)
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testUpdate(String sql, Set< ImmutableList< String >> expectedUpdates, Set< ImmutableList< String >> expectedSelects)
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testInsert(String sql, Set< ImmutableList< String >> expectedInserts, Set< ImmutableList< String >> expectedSelects)
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testDelete(String sql, Set< ImmutableList< String >> expectedDeletes, Set< ImmutableList< String >> expectedSelects)
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testSelects()
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testSelectsWithSchema()
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testInserts()
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testInsertsWithSchema()
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testUpdates()
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testUpdatesWithSchema()
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testDeletes()
void com.mapd.parser.server.test.SqlIdentifierCapturerTest.testDeletesWithSchema()

Public Static Functions

static ImmutableList<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.asImmutableList(String... vals)
static ImmutableList<String> com.mapd.parser.server.test.SqlIdentifierCapturerTest.asImmutableList()
static Set<ImmutableList<String> > com.mapd.parser.server.test.SqlIdentifierCapturerTest.asSet(ImmutableList< String > val)
static Set<ImmutableList<String> > com.mapd.parser.server.test.SqlIdentifierCapturerTest.asSet(ImmutableList< String >... vals)
static Set<ImmutableList<String> > com.mapd.parser.server.test.SqlIdentifierCapturerTest.asSet()

Private Functions

Planner com.mapd.parser.server.test.SqlIdentifierCapturerTest.getPlanner()
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)