Interface CottontailGrpc.KnnHintOrBuilder

    • Method Detail

      • hasNoIndexHint

        boolean hasNoIndexHint()
        .org.vitrivr.cottontail.grpc.KnnHint.NoIndexKnnHint noIndexHint = 1;
        Returns:
        Whether the noIndexHint field is set.
      • hasAllowInexactIndexHint

        boolean hasAllowInexactIndexHint()
        .org.vitrivr.cottontail.grpc.KnnHint.AllowInexactKnnHint allowInexactIndexHint = 2;
        Returns:
        Whether the allowInexactIndexHint field is set.
      • getAllowInexactIndexHint

        CottontailGrpc.KnnHint.AllowInexactKnnHint getAllowInexactIndexHint()
        .org.vitrivr.cottontail.grpc.KnnHint.AllowInexactKnnHint allowInexactIndexHint = 2;
        Returns:
        The allowInexactIndexHint.
      • hasTypeIndexHint

        boolean hasTypeIndexHint()
        .org.vitrivr.cottontail.grpc.KnnHint.IndexTypeKnnHint typeIndexHint = 3;
        Returns:
        Whether the typeIndexHint field is set.
      • hasNameIndexHint

        boolean hasNameIndexHint()
        .org.vitrivr.cottontail.grpc.KnnHint.IndexNameKnnHint nameIndexHint = 4;
        Returns:
        Whether the nameIndexHint field is set.
      • hasParallelIndexHint

        boolean hasParallelIndexHint()
        .org.vitrivr.cottontail.grpc.KnnHint.ParallelKnnHint parallelIndexHint = 5;
        Returns:
        Whether the parallelIndexHint field is set.
      • getParallelIndexHint

        CottontailGrpc.KnnHint.ParallelKnnHint getParallelIndexHint()
        .org.vitrivr.cottontail.grpc.KnnHint.ParallelKnnHint parallelIndexHint = 5;
        Returns:
        The parallelIndexHint.