506507508509510511512513514515516
command.setFileName(readExpression()); return command; } private Prepared parseAnalyze() { Analyze command = new Analyze(session); if (readIf("SAMPLE_SIZE")) { command.setTop(getPositiveInt()); } return command; }