Interface CottontailGrpc.FromOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CottontailGrpc.From, CottontailGrpc.From.Builder
    Enclosing class:
    CottontailGrpc

    public static interface CottontailGrpc.FromOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasEntity

        boolean hasEntity()
         Entity data. 
         
        .org.vitrivr.cottontail.grpc.Entity entity = 1;
        Returns:
        Whether the entity field is set.
      • getEntity

        CottontailGrpc.Entity getEntity()
         Entity data. 
         
        .org.vitrivr.cottontail.grpc.Entity entity = 1;
        Returns:
        The entity.
      • hasSample

        boolean hasSample()
         Random sample of an Entity. 
         
        .org.vitrivr.cottontail.grpc.Sample sample = 2;
        Returns:
        Whether the sample field is set.
      • getSample

        CottontailGrpc.Sample getSample()
         Random sample of an Entity. 
         
        .org.vitrivr.cottontail.grpc.Sample sample = 2;
        Returns:
        The sample.
      • hasQuery

        boolean hasQuery()
         Sub-select. 
         
        .org.vitrivr.cottontail.grpc.Query query = 3;
        Returns:
        Whether the query field is set.
      • getQuery

        CottontailGrpc.Query getQuery()
         Sub-select. 
         
        .org.vitrivr.cottontail.grpc.Query query = 3;
        Returns:
        The query.