ash_postgres
ash_postgres
  • Pages
  • Modules
  • Mix Tasks
  • AshPostgres
  • AshPostgres
    • Summary
    • Functions
      • base_filter_sql/1
      • check_constraints/1
      • custom_indexes/1
      • custom_statements/1
      • exclusion_constraint_names/1
      • foreign_key_names/1
      • identity_index_names/1
      • manage_tenant_create?/1
      • manage_tenant_template/1
      • manage_tenant_update?/1
      • migrate?/1
      • migration_types/1
      • polymorphic_name/1
      • polymorphic_on_delete/1
      • polymorphic_on_update/1
      • polymorphic?/1
      • references/1
      • repo/1
      • schema/1
      • skip_unique_indexes/1
      • table/1
      • unique_index_names/1
  • AshPostgres.DataLayer
    • Sections
      • DSL Documentation
      • postgres
      • Important!
      • Important!
    • Summary
    • Functions
      • add_known_binding/3
      • from_ecto/1
      • to_ecto/1
  • AshPostgres.Repo
    • Sections
      • Installed Extensions
      • Transaction Hooks
    • Summary
    • Callbacks
      • all_tenants/0
      • default_prefix/0
      • installed_extensions/0
      • migrations_path/0
      • min_pg_version/0
      • on_transaction_begin/1
      • override_migration_type/1
      • tenant_migrations_path/0
  • Introspection
  • AshPostgres.DataLayer.Info
    • Summary
    • Functions
      • base_filter_sql/1
      • check_constraints/1
      • custom_indexes/1
      • custom_statements/1
      • exclusion_constraint_names/1
      • foreign_key_names/1
      • global_upsert_keys/1
      • identity_index_names/1
      • manage_tenant_create?/1
      • manage_tenant_template/1
      • manage_tenant_update?/1
      • migrate?/1
      • migration_defaults/1
      • migration_ignore_attributes/1
      • migration_types/1
      • polymorphic_name/1
      • polymorphic_on_delete/1
      • polymorphic_on_update/1
      • polymorphic?/1
      • references/1
      • repo/1
      • schema/1
      • skip_identities/1
      • skip_unique_indexes/1
      • table/1
      • unique_index_names/1
  • Postgres Expressions
  • AshPostgres.Functions.Fragment
    • Summary
    • Functions
      • args/0
      • casted_new/1
      • eager_evaluate?/0
      • evaluate/1
      • name/0
      • new/1
      • predicate?/0
      • private?/0
  • AshPostgres.Functions.TrigramSimilarity
    • Summary
    • Functions
      • args/0
      • eager_evaluate?/0
      • evaluate/1
      • name/0
      • new/1
      • predicate?/0
      • private?/0
  • Custom Aggregates
  • AshPostgres.CustomAggregate
    • Summary
    • Callbacks
      • dynamic/2
  • Postgres Migrations
  • AshPostgres.Migration
    • Summary
    • Functions
      • create_enum/1
      • drop_enum/1
  • EctoMigrationDefault
    • Summary
    • Types
      • t/0
    • Functions
      • to_default/1
  • Transformers
  • AshPostgres.Transformers.EnsureTableOrPolymorphic
    • Summary
    • Functions
      • after_compile?/0
      • after?/1
      • before?/1
      • transform/1
  • AshPostgres.Transformers.PreventMultidimensionalArrayAggregates
    • Summary
    • Functions
      • after_compile?/0
      • after?/1
      • before?/1
      • transform/1
  • AshPostgres.Transformers.ValidateReferences
    • Summary
    • Functions
      • after_compile?/0
      • after?/1
      • before?/1
      • transform/1
  • AshPostgres.Transformers.VerifyRepo
    • Summary
    • Functions
      • after_compile?/0
      • after?/1
      • before?/1
      • transform/1
  • Internals
  • AshPostgres.Functions.ILike
    • Summary
    • Functions
      • args/0
      • eager_evaluate?/0
      • evaluate/1
      • name/0
      • new/1
      • predicate?/0
      • private?/0
  • AshPostgres.Functions.Like
    • Summary
    • Functions
      • args/0
      • eager_evaluate?/0
      • evaluate/1
      • name/0
      • new/1
      • predicate?/0
      • private?/0
  • AshPostgres.ManualRelationship
    • Summary
    • Callbacks
      • ash_postgres_join/6
      • ash_postgres_subquery/4

View Source AshPostgres.Functions.Fragment (ash_postgres v1.3.26)

A function that maps to ecto's fragment function

https://hexdocs.pm/ecto/Ecto.Query.API.html#fragment/1

Link to this section Summary

Functions

args()
casted_new(list)
eager_evaluate?()
evaluate(_)
name()
new(args)
predicate?()
private?()

Link to this section Functions

Link to this function

args()

View Source
Link to this function

casted_new(list)

View Source
Link to this function

eager_evaluate?()

View Source
Link to this function

evaluate(_)

View Source
Link to this function

name()

View Source
Link to this function

new(args)

View Source
Link to this function

predicate?()

View Source
Link to this function

private?()

View Source

On Hex.pm: Package Preview (current file)

Built using ExDoc (v0.28.3) for the Elixir programming language