16 #ifndef ENGINES_GRAPH_DB_APP_BUILDIN_PAGERANK_H_
17 #define ENGINES_GRAPH_DB_APP_BUILDIN_PAGERANK_H_
20 #include "flex/engines/hqps_db/app/interactive_app_base.h"
23 class PageRank :
public CypherReadAppBase<std::string, std::string, std::string,
24 double, int32_t, double, int32_t> {
28 std::string src_vertex_label,
29 std::string dst_vertex_label,
30 std::string edge_label,
31 double damping_factor,
32 int32_t max_iterations,
double epsilon,
33 int32_t result_limit)
override;