NAME
Pg::Explain::FromText - Parser for text based explains
VERSION
Version 2.7
SYNOPSIS
It's internal class to wrap some work. It should be used by Pg::Explain, and not directly.
FUNCTIONS
new
Object constructor.
This is not really useful in this particular class, but it's to have the same API for all Pg::Explain::From* classes.
explain
Get/Set master explain object.
split_into_lines
Splits source into lines, while fixing (well, trying to fix) cases where input has been force-wrapped to some length.
parse_source
Function which parses actual plan, and constructs Pg::Explain::Node objects which represent it.
Returns Top node of query plan.
AUTHOR
hubert depesz lubaczewski, <depesz at depesz.com>
BUGS
Please report any bugs or feature requests to depesz at depesz.com
.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Pg::Explain
COPYRIGHT & LICENSE
Copyright 2008-2023 hubert depesz lubaczewski, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.