Class SpannerPostgreSQLTruncFunction

All Implemented Interfaces:
SqmFunctionDescriptor

public class SpannerPostgreSQLTruncFunction extends PostgreSQLTruncFunction
Spanner-specific TruncFunction that extends PostgreSQLTruncFunction to handle both numeric and datetime truncation, reusing PostgreSQL logic where applicable.
  • Constructor Details

    • SpannerPostgreSQLTruncFunction

      public SpannerPostgreSQLTruncFunction(TypeConfiguration typeConfiguration)
  • Method Details