mirror of https://github.com/citusdata/citus.git
Add list of functions that still need to be modified
parent
5a57ee0878
commit
5abead7f2c
|
@ -0,0 +1,30 @@
|
|||
- [ ] DistPartitionKey()
|
||||
- [ ] PartitionColumn()
|
||||
- [ ] IsPartitionColumn()
|
||||
- [ ] PartitionColumnIndex(Var *targetVar, List *targetList)
|
||||
- [ ] PartitionColumnIndex(List *insertTargetList, Var *partitionColumn);
|
||||
- [ ] PartitionColumnIndexFromColumnList()
|
||||
- [ ] PartitionedOnColumn()
|
||||
- [ ] GroupedByPartitionColumn()
|
||||
- [ ] HasNonPartitionColumnDistinctAgg()
|
||||
- [ ] PruneShards()
|
||||
- [ ] PartitionColumnInTableList()
|
||||
- [ ] MakeJoinOrderNode()
|
||||
- [ ] CheckPartitionColumn()
|
||||
- [ ] InsertPartitionColumnMatchesSelect()
|
||||
- [ ] PartitionColumnIndexOrPartitionColumnName()
|
||||
- [ ] CreateDistributedTableLike()
|
||||
- [x] EnsureRelationCanBeDistributed()
|
||||
- [ ] ErrorIfUnsupportedConstraint()
|
||||
- [ ] ColocationIdForNewTable()
|
||||
- [ ] InsertMetadataForCitusLocalTable()
|
||||
- [ ] CreateDistributedTableLike()
|
||||
- [x] BuildCitusTableCacheEntry()
|
||||
- [ ] PostprocessCreateTableStmtPartitionOf()
|
||||
- [ ] PostprocessAlterTableStmtAttachPartition()
|
||||
|
||||
|
||||
- [ ] PartitionMethod()
|
||||
|
||||
- [ ] better range distribution support
|
||||
- [ ] list distribution support
|
Loading…
Reference in New Issue