Documentation ¶
Index ¶
- func DefaultCreateSuffix(cre *ir.Create) []string
- func DefaultDeleteSuffix(del *ir.Delete) []string
- func DefaultIndexName(i *ir.Index) string
- func DefaultReadSuffix(read *ir.Read) []string
- func DefaultUpdateSuffix(upd *ir.Update) []string
- func Transform(ast_root *ast.Root) (root *ir.Root, err error)
- Bugs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultCreateSuffix ¶
func DefaultDeleteSuffix ¶
func DefaultIndexName ¶
func DefaultReadSuffix ¶
func DefaultUpdateSuffix ¶
Types ¶
This section is empty.
Notes ¶
Bugs ¶
we can only have one index without a name specified when really we want to pick a name for them that won't collide.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.