class Rasti::DB::NQL::FilterConditionStrategies::Postgres

Constants

PG_TYPES

Private Instance Methods

type_for(argument) click to toggle source
# File lib/rasti/db/nql/filter_condition_strategies/postgres.rb, line 13
def type_for(argument)
  PG_TYPES.fetch(argument.type, Types::Generic)
end