Interface CottontailGrpc.ExecutionHintOrBuilder

    • Method Detail

      • hasNoIndexHint

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

        boolean hasAllowInexactIndexHint()
        .org.vitrivr.cottontail.grpc.ExecutionHint.AllowInaccuracyHint allowInexactIndexHint = 2;
        Returns:
        Whether the allowInexactIndexHint field is set.
      • hasNameIndexHint

        boolean hasNameIndexHint()
        .org.vitrivr.cottontail.grpc.ExecutionHint.IndexNameHint nameIndexHint = 3;
        Returns:
        Whether the nameIndexHint field is set.
      • hasParallelIndexHint

        boolean hasParallelIndexHint()
        .org.vitrivr.cottontail.grpc.ExecutionHint.ParallelHint parallelIndexHint = 4;
        Returns:
        Whether the parallelIndexHint field is set.