package p
import "entgo.io/ent/dialect/gremlin/graph/dsl/p"
Index ¶
- func Between(v, u any) *dsl.Traversal
- func Containing(substr string) *dsl.Traversal
- func EQ(v any) *dsl.Traversal
- func EndingWith(suffix string) *dsl.Traversal
- func GT(v any) *dsl.Traversal
- func GTE(v any) *dsl.Traversal
- func LT(v any) *dsl.Traversal
- func LTE(v any) *dsl.Traversal
- func NEQ(v any) *dsl.Traversal
- func NotContaining(substr string) *dsl.Traversal
- func NotEndingWith(suffix string) *dsl.Traversal
- func NotStartingWith(prefix string) *dsl.Traversal
- func StartingWith(prefix string) *dsl.Traversal
- func Within[T any](args ...T) *dsl.Traversal
- func Without[T any](args ...T) *dsl.Traversal
Functions ¶
func Between ¶
Between is the between/contains predicate.
func Containing ¶
Containing is the sub string test predicate.
func EQ ¶
EQ is the equal predicate.
func EndingWith ¶
EndingWith is the suffix test predicate.
func GT ¶
GT is the greater than predicate.
func GTE ¶
GTE is the greater than or equal predicate.
func LT ¶
LT is the less than predicate.
func LTE ¶
LTE is the less than or equal predicate.
func NEQ ¶
NEQ is the not-equal predicate.
func NotContaining ¶
NotContaining is the negation of Containing.
func NotEndingWith ¶
NotEndingWith is the negation of EndingWith.
func NotStartingWith ¶
NotStartingWith is the negation of StartingWith.
func StartingWith ¶
StartingWith is the prefix test predicate.
func Within ¶
Within Determines if a value is within the specified list of values.
func Without ¶
Without determines if a value is not within the specified list of values.
Source Files ¶
p.go
- Version
- v0.14.4 (latest)
- Published
- Mar 17, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 7 hours ago –
Tools for package owners.