We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project
Select
By
Currently, the Project and Select traversals do not have a SchemaBound equivalent.
Gremlin.Net.CosmosDb/src/Gremlin.Net.CosmosDb/ITraversal.Extensions.cs
Lines 373 to 376 in 94e1fe8
While the By steps, which really go hand-in-hand with the Project/Select, have SchemaBound equivalents:
Gremlin.Net.CosmosDb/src/Gremlin.Net.CosmosDb/ISchemaBoundTraversal.Standard.Extensions.cs
Lines 135 to 146 in 94e1fe8
Can anyone describe why we cannot have a SchemaBound Project traversal? Or is it simply an oversight/NYI?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the
Project
andSelect
traversals do not have a SchemaBound equivalent.Gremlin.Net.CosmosDb/src/Gremlin.Net.CosmosDb/ITraversal.Extensions.cs
Lines 373 to 376 in 94e1fe8
While the
By
steps, which really go hand-in-hand with the Project/Select, have SchemaBound equivalents:Gremlin.Net.CosmosDb/src/Gremlin.Net.CosmosDb/ISchemaBoundTraversal.Standard.Extensions.cs
Lines 135 to 146 in 94e1fe8
Can anyone describe why we cannot have a SchemaBound
Project
traversal? Or is it simply an oversight/NYI?The text was updated successfully, but these errors were encountered: