Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CgoAnalyze ¶
type CgoAnalyze struct {
// contains filtered or unexported fields
}
func (*CgoAnalyze) Delete ¶
func (ca *CgoAnalyze) Delete() error
type CodecAnalyze ¶
type CodecAnalyze interface { Delete() error GetResult(size int) (string, int64, []string, []int64, error) }
func Analyze ¶
func Analyze(ctx context.Context, analyzeInfo *clusteringpb.AnalyzeInfo) (CodecAnalyze, error)
Click to show internal directories.
Click to hide internal directories.