# Generated by roxygen2: do not edit by hand

S3method(gather,tbl_lazy)
S3method(levels,op_pilot)
S3method(op_grps,op_pivot)
S3method(op_grps,op_unpivot)
S3method(op_vars,op_pivot)
S3method(op_vars,op_unpivot)
S3method(pivot,data.frame)
S3method(pivot,tbl_lazy)
S3method(spread,tbl_lazy)
S3method(sql_build,op_pivot)
S3method(sql_build,op_unpivot)
S3method(sql_escape_ident,"Microsoft SQL Server")
S3method(sql_pivot,"Microsoft SQL Server")
S3method(sql_render,pivot_query)
S3method(sql_render,unpivot_query)
S3method(sql_unpivot,"Microsoft SQL Server")
S3method(unpivot,data.frame)
S3method(unpivot,tbl_lazy)
export(pivot)
export(pivot_query)
export(sql_pivot)
export(sql_unpivot)
export(unpivot)
export(unpivot_query)
import(assertthat)
importFrom(dbplyr,add_op_single)
importFrom(dbplyr,build_sql)
importFrom(dbplyr,escape)
importFrom(dbplyr,ident)
importFrom(dbplyr,is.ident)
importFrom(dbplyr,op_grps)
importFrom(dbplyr,op_single)
importFrom(dbplyr,op_vars)
importFrom(dbplyr,sql_build)
importFrom(dbplyr,sql_render)
importFrom(dplyr,sql_escape_ident)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(tidyr,gather)
importFrom(tidyr,spread)
