class ElasticAPM::Sql::Tokenizer

def text

def text
  @input.byteslice(@byte_start, @byte_end - @byte_start)
end