Package org.apache.pinot.segment.local.utils.nativefst.builder
-
Interface Summary Interface Description FSTSerializer All FST serializers (to binary formats) will implement this interface. -
Class Summary Class Description FSTBuilder Fast, memory-conservative finite state transducer builder, returning an in-memoryFSTthat is a tradeoff between construction speed and memory consumption.FSTInfo Compute additional information about a FST: number of arcs, nodes, etc.FSTSerializerImpl Serializes a physicalFSTgraphs to a binary format compatible with Jan Daciuk'sfsa's packageImmutableFSTformat. -
Enum Summary Enum Description FSTBuilder.InfoEntry Debug and information constants.