Documentation ¶ Index ¶ func Creator(ctx context.Context) (physical.Database, error) type Database func (d *Database) GetTable(ctx context.Context, name string) (physical.DatasourceImplementation, physical.Schema, error) func (d *Database) ListTables(ctx context.Context) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Creator ¶ func Creator(ctx context.Context) (physical.Database, error) Types ¶ type Database ¶ type Database struct { } func (*Database) GetTable ¶ func (d *Database) GetTable(ctx context.Context, name string) (physical.DatasourceImplementation, physical.Schema, error) func (*Database) ListTables ¶ func (d *Database) ListTables(ctx context.Context) ([]string, error) Source Files ¶ View all Source files aggregate_signatures.goaggregates.godatabase.gofunction_signatures.gofunctions.go Click to show internal directories. Click to hide internal directories.