MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / Table

Class Table

src/sql/src/plan.rs:1530–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528
1529#[derive(Clone, Debug)]
1530pub struct Table {
1531 pub create_sql: String,
1532 pub desc: VersionedRelationDesc,
1533 pub temporary: bool,
1534 pub compaction_window: Option<CompactionWindow>,
1535 pub data_source: TableDataSource,
1536}
1537
1538#[derive(Clone, Debug)]
1539pub struct Source {

Callers 14

plan_commentFunction · 0.50
plan_copyFunction · 0.50
test_tableFunction · 0.50
parse_item_innerMethod · 0.50
resolve_builtin_tableMethod · 0.50
make_builtin_tableFunction · 0.50
evolve_builtin_descFunction · 0.50
parse_query_bodyMethod · 0.50

Calls

no outgoing calls

Tested by 4

test_tableFunction · 0.40
make_builtin_tableFunction · 0.40
evolve_builtin_descFunction · 0.40