Class ArangoKeptAttributesBuilder

java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoKeptAttributesBuilder
Direct Known Subclasses:
ArangoEdgeKeptAttributesBuilder, ArangoNodeKeptAttributesBuilder

public abstract class ArangoKeptAttributesBuilder extends Object
  • Field Details

    • documentName

      protected final AqlVariable documentName
    • subQueryPostfix

      protected final String subQueryPostfix
    • bindParameters

      protected final Map<String,Object> bindParameters
    • attributesToKeep

      protected final List<AqlNode> attributesToKeep
  • Constructor Details

    • ArangoKeptAttributesBuilder

      protected ArangoKeptAttributesBuilder(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, AqlVariable documentName, String subQueryPostfix, String graphElementType)
  • Method Details