Index (C)
»
Supabase
»
Postgrest
»
Types
»
CountMethod
Module: Supabase::Postgrest::Types::CountMethod
Defined in:
lib/supabase/postgrest/types.rb
Constant Summary
collapse
EXACT =
"
exact
"
PLANNED =
"
planned
"
ESTIMATED =
"
estimated
"
ALL =
[
EXACT
,
PLANNED
,
ESTIMATED
]
.
freeze